Html Css Color HEX #0E129B Ultramarine

📋 copy color: '#0E129B'

red 14 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #0E129B

Tints of Ultramarine #0E129B

RGB

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

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

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

R = 7.49%
G = 9.63%
B = 82.89%

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

#0E129B (or 0x0E129B) is known color: Ultramarine. HEX triplet: 0E, 12 and 9B. RGB value is (14,18,155). Sum of RGB (Red+Green+Blue) = 14+18+155=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 18 (7.42% from 255 or 9.63% 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 #0E129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E129B is #F1ED64. Grayscale: #1F1F1F. Windows color (decimal): -15854949 or 10162702. OLE color: 10162702.

HSL color Cylindrical-coordinate representation of color #0E129B: hue angle of 238.3º degrees, saturation: 0.83, 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 #0E129B is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 18 155 -
CMYK 0.91 0.88 0 0.39
HSL 238.3º 0.83% 0.33% -
HSV(B) 238.3º 0.91% 0.61% -
XYZ 6.31 2.89 31.24 -
YUV 32.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 14 18 155 0.91 0.88 0 0.39 238.3 0.83 0.33
Hex E 12 9B 5B 58 0 27 EE 53 21
Octal 16 22 233 133 130 0 47 356 123 41
Binary 1110 10010 10011011 1011011 1011000 0 100111 11101110 1010011 100001

Color Harmonies of #0E129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E129B

Black with #0E129B

Text Example


Text Example

White with #0E129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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