Html Css Color HEX #0F048C Ultramarine

📋 copy color: '#0F048C'

red 15 ◦ green 4 ◦ blue 140

#0F048C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #0F048C

Tints of Ultramarine #0F048C

RGB

 RED value IS 15 (6.25% from 255) = 9.43%

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 140 (55.08% from 255) = 88.05%

R = 9.43%
G = 2.52%
B = 88.05%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0F048C (or 0x0F048C) is known color: Ultramarine. HEX triplet: 0F, 04 and 8C. RGB value is (15,4,140). Sum of RGB (Red+Green+Blue) = 15+4+140=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 140 (55.08% from 255 or 88.05% from 159); Max value from RGB is 140 - color contains mainly: blue. Hex color #0F048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F048C is #F0FB73. Grayscale: #161616. Windows color (decimal): -15793012 or 9176079. OLE color: 9176079.

HSL color Cylindrical-coordinate representation of color #0F048C: hue angle of 244.85º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F048C is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 4 140 -
CMYK 0.89 0.97 0 0.45
HSL 244.85º 0.94% 0.28% -
HSV(B) 244.85º 0.97% 0.55% -
XYZ 4.97 2.08 24.95 -
YUV 22.79 194.14 122.44 -
System Red Green Blue C M Y K H S L
Decimal 15 4 140 0.89 0.97 0 0.45 244.85 0.94 0.28
Hex F 4 8C 59 61 0 2D F5 5E 1C
Octal 17 4 214 131 141 0 55 365 136 34
Binary 1111 100 10001100 1011001 1100001 0 101101 11110101 1011110 11100

Color Harmonies of #0F048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F048C

Black with #0F048C

Text Example


Text Example

White with #0F048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F048C; }

 p { color: rgb(15,4,140); }

 H1.HeaderClassName
 {
   color: #0F048C;
 }
 .AnyTagClassName
 {
   color: #0F048C;
 }
</style>

background-color css

<style>
 a { background-color: #0F048C; }

 a { background-color: rgb(15,4,140); }

 div.DivClassName
 {
   background-color: #0F048C;
 }
 .BgClassName
 {
   background-color: #0F048C;
 }
</style>

border-color css

<style>
 span { border-color: #0F048C; }

 span { border-color: rgb(15,4,140); }

 td.TdClassName
 {
   border-color: #0F048C;
 }
 .TagClassName
 {
   border-color: #0F048C;
 }
</style>