Html Css Color HEX #0E3381 Dark Cerulean

📋 copy color: '#0E3381'

red 14 ◦ green 51 ◦ blue 129

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

Shades of Dark Cerulean #0E3381

Tints of Dark Cerulean #0E3381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.29%

 BLUE value IS 129 (50.78% from 255) = 66.49%

R = 7.22%
G = 26.29%
B = 66.49%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E3381 (or 0x0E3381) is known color: Dark Cerulean. HEX triplet: 0E, 33 and 81. RGB value is (14,51,129). Sum of RGB (Red+Green+Blue) = 14+51+129=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 51 (20.31% from 255 or 26.29% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #0E3381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E3381 is #F1CC7E. Grayscale: #303030. Windows color (decimal): -15846527 or 8467214. OLE color: 8467214.

HSL color Cylindrical-coordinate representation of color #0E3381: hue angle of 220.7º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E3381 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 51 129 -
CMYK 0.89 0.60 0 0.49
HSL 220.7º 0.8% 0.28% -
HSV(B) 220.7º 0.89% 0.51% -
XYZ 5.33 4.05 21.27 -
YUV 48.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 14 51 129 0.89 0.60 0 0.49 220.7 0.8 0.28
Hex E 33 81 59 3C 0 31 DD 50 1C
Octal 16 63 201 131 74 0 61 335 120 34
Binary 1110 110011 10000001 1011001 111100 0 110001 11011101 1010000 11100

Color Harmonies of #0E3381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3381

Black with #0E3381

Text Example


Text Example

White with #0E3381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,129); }

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

background-color css

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

 a { background-color: rgb(14,51,129); }

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

border-color css

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

 span { border-color: rgb(14,51,129); }

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