Html Css Color HEX #0E418D Dark Cerulean

📋 copy color: '#0E418D'

red 14 ◦ green 65 ◦ blue 141

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

Shades of Dark Cerulean #0E418D

Tints of Dark Cerulean #0E418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 6.36%
G = 29.55%
B = 64.09%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0E418D (or 0x0E418D) is known color: Dark Cerulean. HEX triplet: 0E, 41 and 8D. RGB value is (14,65,141). Sum of RGB (Red+Green+Blue) = 14+65+141=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #0E418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E418D is #F1BE72. Grayscale: #3A3A3A. Windows color (decimal): -15842931 or 9257230. OLE color: 9257230.

HSL color Cylindrical-coordinate representation of color #0E418D: hue angle of 215.91º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E418D is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 14 65 141 -
CMYK 0.90 0.54 0 0.45
HSL 215.91º 0.82% 0.3% -
HSV(B) 215.91º 0.9% 0.55% -
XYZ 6.88 5.8 25.96 -
YUV 58.42 174.6 96.32 -
System Red Green Blue C M Y K H S L
Decimal 14 65 141 0.90 0.54 0 0.45 215.91 0.82 0.3
Hex E 41 8D 5A 36 0 2D D8 52 1E
Octal 16 101 215 132 66 0 55 330 122 36
Binary 1110 1000001 10001101 1011010 110110 0 101101 11011000 1010010 11110

Color Harmonies of #0E418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E418D

Black with #0E418D

Text Example


Text Example

White with #0E418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,65,141); }

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

background-color css

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

 a { background-color: rgb(14,65,141); }

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

border-color css

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

 span { border-color: rgb(14,65,141); }

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