Html Css Color HEX #0C428D Dark Cerulean

📋 copy color: '#0C428D'

red 12 ◦ green 66 ◦ blue 141

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

Shades of Dark Cerulean #0C428D

Tints of Dark Cerulean #0C428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

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

R = 5.48%
G = 30.14%
B = 64.38%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C428D (or 0x0C428D) is known color: Dark Cerulean. HEX triplet: 0C, 42 and 8D. RGB value is (12,66,141). Sum of RGB (Red+Green+Blue) = 12+66+141=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C428D is #F3BD72. Grayscale: #3A3A3A. Windows color (decimal): -15973747 or 9257484. OLE color: 9257484.

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

Color convert

RGB 12 66 141 -
CMYK 0.91 0.53 0 0.45
HSL 214.88º 0.84% 0.3% -
HSV(B) 214.88º 0.91% 0.55% -
XYZ 6.91 5.9 25.97 -
YUV 58.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 12 66 141 0.91 0.53 0 0.45 214.88 0.84 0.3
Hex C 42 8D 5B 35 0 2D D7 54 1E
Octal 14 102 215 133 65 0 55 327 124 36
Binary 1100 1000010 10001101 1011011 110101 0 101101 11010111 1010100 11110

Color Harmonies of #0C428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C428D

Black with #0C428D

Text Example


Text Example

White with #0C428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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