Html Css Color HEX #0F119B Ultramarine

📋 copy color: '#0F119B'

red 15 ◦ green 17 ◦ blue 155

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

Shades of Ultramarine #0F119B

Tints of Ultramarine #0F119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 155 (60.94% from 255) = 82.89%

R = 8.02%
G = 9.09%
B = 82.89%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F119B (or 0x0F119B) is known color: Ultramarine. HEX triplet: 0F, 11 and 9B. RGB value is (15,17,155). Sum of RGB (Red+Green+Blue) = 15+17+155=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F119B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F119B is #F0EE64. Grayscale: #1F1F1F. Windows color (decimal): -15789669 or 10162447. OLE color: 10162447.

HSL color Cylindrical-coordinate representation of color #0F119B: hue angle of 239.14º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F119B is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 17 155 -
CMYK 0.90 0.89 0 0.39
HSL 239.14º 0.82% 0.33% -
HSV(B) 239.14º 0.9% 0.61% -
XYZ 6.31 2.87 31.23 -
YUV 32.13 197.34 115.78 -
System Red Green Blue C M Y K H S L
Decimal 15 17 155 0.90 0.89 0 0.39 239.14 0.82 0.33
Hex F 11 9B 5A 59 0 27 EF 52 21
Octal 17 21 233 132 131 0 47 357 122 41
Binary 1111 10001 10011011 1011010 1011001 0 100111 11101111 1010010 100001

Color Harmonies of #0F119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F119B

Black with #0F119B

Text Example


Text Example

White with #0F119B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,155); }

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

background-color css

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

 a { background-color: rgb(15,17,155); }

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

border-color css

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

 span { border-color: rgb(15,17,155); }

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