Html Css Color HEX #0C418D Dark Cerulean

📋 copy color: '#0C418D'

red 12 ◦ green 65 ◦ blue 141

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

Shades of Dark Cerulean #0C418D

Tints of Dark Cerulean #0C418D

RGB

 RED value IS 12 (5.08% from 255) = 5.5%

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

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

R = 5.5%
G = 29.82%
B = 64.68%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C418D (or 0x0C418D) is known color: Dark Cerulean. HEX triplet: 0C, 41 and 8D. RGB value is (12,65,141). Sum of RGB (Red+Green+Blue) = 12+65+141=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C418D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C418D is #F3BE72. Grayscale: #393939. Windows color (decimal): -15974003 or 9257228. OLE color: 9257228.

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

Color convert

RGB 12 65 141 -
CMYK 0.91 0.54 0 0.45
HSL 215.35º 0.84% 0.3% -
HSV(B) 215.35º 0.91% 0.55% -
XYZ 6.85 5.78 25.95 -
YUV 57.82 174.94 95.32 -
System Red Green Blue C M Y K H S L
Decimal 12 65 141 0.91 0.54 0 0.45 215.35 0.84 0.3
Hex C 41 8D 5B 36 0 2D D7 54 1E
Octal 14 101 215 133 66 0 55 327 124 36
Binary 1100 1000001 10001101 1011011 110110 0 101101 11010111 1010100 11110

Color Harmonies of #0C418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C418D

Black with #0C418D

Text Example


Text Example

White with #0C418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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