Html Css Color HEX #0E387B Dark Cerulean

📋 copy color: '#0E387B'

red 14 ◦ green 56 ◦ blue 123

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

Shades of Dark Cerulean #0E387B

Tints of Dark Cerulean #0E387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 123 (48.44% from 255) = 63.73%

R = 7.25%
G = 29.02%
B = 63.73%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0E387B (or 0x0E387B) is known color: Dark Cerulean. HEX triplet: 0E, 38 and 7B. RGB value is (14,56,123). Sum of RGB (Red+Green+Blue) = 14+56+123=193 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.25% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E387B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E387B is #F1C784. Grayscale: #323232. Windows color (decimal): -15845253 or 8075278. OLE color: 8075278.

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

Color convert

RGB 14 56 123 -
CMYK 0.89 0.54 0 0.52
HSL 216.88º 0.8% 0.27% -
HSV(B) 216.88º 0.89% 0.48% -
XYZ 5.17 4.35 19.31 -
YUV 51.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 14 56 123 0.89 0.54 0 0.52 216.88 0.8 0.27
Hex E 38 7B 59 36 0 34 D9 50 1B
Octal 16 70 173 131 66 0 64 331 120 33
Binary 1110 111000 1111011 1011001 110110 0 110100 11011001 1010000 11011

Color Harmonies of #0E387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E387B

Black with #0E387B

Text Example


Text Example

White with #0E387B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,56,123); }

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

background-color css

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

 a { background-color: rgb(14,56,123); }

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

border-color css

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

 span { border-color: rgb(14,56,123); }

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