Html Css Color HEX #0C408D Dark Cerulean

📋 copy color: '#0C408D'

red 12 ◦ green 64 ◦ blue 141

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

Shades of Dark Cerulean #0C408D

Tints of Dark Cerulean #0C408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

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

R = 5.53%
G = 29.49%
B = 64.98%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C408D (or 0x0C408D) is known color: Dark Cerulean. HEX triplet: 0C, 40 and 8D. RGB value is (12,64,141). Sum of RGB (Red+Green+Blue) = 12+64+141=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C408D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C408D is #F3BF72. Grayscale: #383838. Windows color (decimal): -15974259 or 9256972. OLE color: 9256972.

HSL color Cylindrical-coordinate representation of color #0C408D: hue angle of 215.81º 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 #0C408D is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 64 141 -
CMYK 0.91 0.55 0 0.45
HSL 215.81º 0.84% 0.3% -
HSV(B) 215.81º 0.91% 0.55% -
XYZ 6.79 5.67 25.94 -
YUV 57.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 12 64 141 0.91 0.55 0 0.45 215.81 0.84 0.3
Hex C 40 8D 5B 37 0 2D D8 54 1E
Octal 14 100 215 133 67 0 55 330 124 36
Binary 1100 1000000 10001101 1011011 110111 0 101101 11011000 1010100 11110

Color Harmonies of #0C408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C408D

Black with #0C408D

Text Example


Text Example

White with #0C408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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