Html Css Color HEX #0E0C9B Ultramarine

📋 copy color: '#0E0C9B'

red 14 ◦ green 12 ◦ blue 155

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

Shades of Ultramarine #0E0C9B

Tints of Ultramarine #0E0C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.63%

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

R = 7.73%
G = 6.63%
B = 85.64%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E0C9B (or 0x0E0C9B) is known color: Ultramarine. HEX triplet: 0E, 0C and 9B. RGB value is (14,12,155). Sum of RGB (Red+Green+Blue) = 14+12+155=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 155 (60.94% from 255 or 85.64% from 181); Max value from RGB is 155 - color contains mainly: blue. Hex color #0E0C9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0C9B is #F1F364. Grayscale: #1C1C1C. Windows color (decimal): -15856485 or 10161166. OLE color: 10161166.

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

Color convert

RGB 14 12 155 -
CMYK 0.91 0.92 0 0.39
HSL 240.84º 0.86% 0.33% -
HSV(B) 240.84º 0.92% 0.61% -
XYZ 6.23 2.72 31.21 -
YUV 28.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 14 12 155 0.91 0.92 0 0.39 240.84 0.86 0.33
Hex E C 9B 5B 5C 0 27 F1 56 21
Octal 16 14 233 133 134 0 47 361 126 41
Binary 1110 1100 10011011 1011011 1011100 0 100111 11110001 1010110 100001

Color Harmonies of #0E0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0C9B

Black with #0E0C9B

Text Example


Text Example

White with #0E0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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