Html Css Color HEX #0E5783 Dark Cerulean

📋 copy color: '#0E5783'

red 14 ◦ green 87 ◦ blue 131

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

Shades of Dark Cerulean #0E5783

Tints of Dark Cerulean #0E5783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.5%

 BLUE value IS 131 (51.56% from 255) = 56.47%

R = 6.03%
G = 37.5%
B = 56.47%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0E5783 (or 0x0E5783) is known color: Dark Cerulean. HEX triplet: 0E, 57 and 83. RGB value is (14,87,131). Sum of RGB (Red+Green+Blue) = 14+87+131=232 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.03% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #0E5783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E5783 is #F1A87C. Grayscale: #454545. Windows color (decimal): -15837309 or 8607502. OLE color: 8607502.

HSL color Cylindrical-coordinate representation of color #0E5783: hue angle of 202.56º degrees, saturation: 0.81, 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 #0E5783 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 14 87 131 -
CMYK 0.89 0.34 0 0.49
HSL 202.56º 0.81% 0.28% -
HSV(B) 202.56º 0.89% 0.51% -
XYZ 7.69 8.55 22.72 -
YUV 70.19 162.32 87.92 -
System Red Green Blue C M Y K H S L
Decimal 14 87 131 0.89 0.34 0 0.49 202.56 0.81 0.28
Hex E 57 83 59 22 0 31 CB 51 1C
Octal 16 127 203 131 42 0 61 313 121 34
Binary 1110 1010111 10000011 1011001 100010 0 110001 11001011 1010001 11100

Color Harmonies of #0E5783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E5783

Black with #0E5783

Text Example


Text Example

White with #0E5783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,87,131); }

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

background-color css

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

 a { background-color: rgb(14,87,131); }

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

border-color css

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

 span { border-color: rgb(14,87,131); }

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