Html Css Color HEX #0C448D Dark Cerulean

📋 copy color: '#0C448D'

red 12 ◦ green 68 ◦ blue 141

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

Shades of Dark Cerulean #0C448D

Tints of Dark Cerulean #0C448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.77%

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

R = 5.43%
G = 30.77%
B = 63.8%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C448D (or 0x0C448D) is known color: Dark Cerulean. HEX triplet: 0C, 44 and 8D. RGB value is (12,68,141). Sum of RGB (Red+Green+Blue) = 12+68+141=221 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.43% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C448D is #F3BB72. Grayscale: #3B3B3B. Windows color (decimal): -15973235 or 9257996. OLE color: 9257996.

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

Color convert

RGB 12 68 141 -
CMYK 0.91 0.52 0 0.45
HSL 213.95º 0.84% 0.3% -
HSV(B) 213.95º 0.91% 0.55% -
XYZ 7.03 6.14 26.01 -
YUV 59.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 12 68 141 0.91 0.52 0 0.45 213.95 0.84 0.3
Hex C 44 8D 5B 34 0 2D D6 54 1E
Octal 14 104 215 133 64 0 55 326 124 36
Binary 1100 1000100 10001101 1011011 110100 0 101101 11010110 1010100 11110

Color Harmonies of #0C448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C448D

Black with #0C448D

Text Example


Text Example

White with #0C448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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