Html Css Color HEX #0C458D Dark Cerulean

📋 copy color: '#0C458D'

red 12 ◦ green 69 ◦ blue 141

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

Shades of Dark Cerulean #0C458D

Tints of Dark Cerulean #0C458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.08%

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

R = 5.41%
G = 31.08%
B = 63.51%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C458D (or 0x0C458D) is known color: Dark Cerulean. HEX triplet: 0C, 45 and 8D. RGB value is (12,69,141). Sum of RGB (Red+Green+Blue) = 12+69+141=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C458D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C458D is #F3BA72. Grayscale: #3B3B3B. Windows color (decimal): -15972979 or 9258252. OLE color: 9258252.

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

Color convert

RGB 12 69 141 -
CMYK 0.91 0.51 0 0.45
HSL 213.49º 0.84% 0.3% -
HSV(B) 213.49º 0.91% 0.55% -
XYZ 7.09 6.26 26.03 -
YUV 60.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 12 69 141 0.91 0.51 0 0.45 213.49 0.84 0.3
Hex C 45 8D 5B 33 0 2D D5 54 1E
Octal 14 105 215 133 63 0 55 325 124 36
Binary 1100 1000101 10001101 1011011 110011 0 101101 11010101 1010100 11110

Color Harmonies of #0C458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C458D

Black with #0C458D

Text Example


Text Example

White with #0C458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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