Html Css Color HEX #0E129C Ultramarine

📋 copy color: '#0E129C'

red 14 ◦ green 18 ◦ blue 156

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

Shades of Ultramarine #0E129C

Tints of Ultramarine #0E129C

RGB

 RED value IS 14 (5.86% from 255) = 7.45%

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

 BLUE value IS 156 (61.33% from 255) = 82.98%

R = 7.45%
G = 9.57%
B = 82.98%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E129C (or 0x0E129C) is known color: Ultramarine. HEX triplet: 0E, 12 and 9C. RGB value is (14,18,156). Sum of RGB (Red+Green+Blue) = 14+18+156=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E129C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E129C is #F1ED63. Grayscale: #1F1F1F. Windows color (decimal): -15854948 or 10228238. OLE color: 10228238.

HSL color Cylindrical-coordinate representation of color #0E129C: hue angle of 238.31º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E129C is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 18 156 -
CMYK 0.91 0.88 0 0.39
HSL 238.31º 0.84% 0.33% -
HSV(B) 238.31º 0.91% 0.61% -
XYZ 6.4 2.93 31.68 -
YUV 32.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 14 18 156 0.91 0.88 0 0.39 238.31 0.84 0.33
Hex E 12 9C 5B 58 0 27 EE 54 21
Octal 16 22 234 133 130 0 47 356 124 41
Binary 1110 10010 10011100 1011011 1011000 0 100111 11101110 1010100 100001

Color Harmonies of #0E129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E129C

Black with #0E129C

Text Example


Text Example

White with #0E129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,18,156); }

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

background-color css

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

 a { background-color: rgb(14,18,156); }

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

border-color css

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

 span { border-color: rgb(14,18,156); }

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