Html Css Color HEX #0E487C Dark Cerulean

📋 copy color: '#0E487C'

red 14 ◦ green 72 ◦ blue 124

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

Shades of Dark Cerulean #0E487C

Tints of Dark Cerulean #0E487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 6.67%
G = 34.29%
B = 59.05%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0E487C (or 0x0E487C) is known color: Dark Cerulean. HEX triplet: 0E, 48 and 7C. RGB value is (14,72,124). Sum of RGB (Red+Green+Blue) = 14+72+124=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #0E487C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E487C is #F1B783. Grayscale: #3C3C3C. Windows color (decimal): -15841156 or 8144910. OLE color: 8144910.

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

Color convert

RGB 14 72 124 -
CMYK 0.89 0.42 0 0.51
HSL 208.36º 0.8% 0.27% -
HSV(B) 208.36º 0.89% 0.49% -
XYZ 6.14 6.18 19.94 -
YUV 60.59 163.78 94.77 -
System Red Green Blue C M Y K H S L
Decimal 14 72 124 0.89 0.42 0 0.51 208.36 0.8 0.27
Hex E 48 7C 59 2A 0 33 D0 50 1B
Octal 16 110 174 131 52 0 63 320 120 33
Binary 1110 1001000 1111100 1011001 101010 0 110011 11010000 1010000 11011

Color Harmonies of #0E487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E487C

Black with #0E487C

Text Example


Text Example

White with #0E487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,72,124); }

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

background-color css

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

 a { background-color: rgb(14,72,124); }

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

border-color css

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

 span { border-color: rgb(14,72,124); }

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