Html Css Color HEX #0F129E Ultramarine

📋 copy color: '#0F129E'

red 15 ◦ green 18 ◦ blue 158

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

Shades of Ultramarine #0F129E

Tints of Ultramarine #0F129E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 158 (62.11% from 255) = 82.72%

R = 7.85%
G = 9.42%
B = 82.72%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0F129E (or 0x0F129E) is known color: Ultramarine. HEX triplet: 0F, 12 and 9E. RGB value is (15,18,158). Sum of RGB (Red+Green+Blue) = 15+18+158=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #0F129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F129E is #F0ED61. Grayscale: #202020. Windows color (decimal): -15789410 or 10359311. OLE color: 10359311.

HSL color Cylindrical-coordinate representation of color #0F129E: hue angle of 238.74º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F129E is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 15 18 158 -
CMYK 0.91 0.89 0 0.38
HSL 238.74º 0.83% 0.34% -
HSV(B) 238.74º 0.91% 0.62% -
XYZ 6.58 3 32.58 -
YUV 33.06 198.51 115.12 -
System Red Green Blue C M Y K H S L
Decimal 15 18 158 0.91 0.89 0 0.38 238.74 0.83 0.34
Hex F 12 9E 5B 59 0 26 EF 53 22
Octal 17 22 236 133 131 0 46 357 123 42
Binary 1111 10010 10011110 1011011 1011001 0 100110 11101111 1010011 100010

Color Harmonies of #0F129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F129E

Black with #0F129E

Text Example


Text Example

White with #0F129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,18,158); }

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

background-color css

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

 a { background-color: rgb(15,18,158); }

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

border-color css

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

 span { border-color: rgb(15,18,158); }

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