Html Css Color HEX #06428C Dark Cerulean

📋 copy color: '#06428C'

red 6 ◦ green 66 ◦ blue 140

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

Shades of Dark Cerulean #06428C

Tints of Dark Cerulean #06428C

RGB

 RED value IS 6 (2.73% from 255) = 2.83%

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

 BLUE value IS 140 (55.08% from 255) = 66.04%

R = 2.83%
G = 31.13%
B = 66.04%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06428C (or 0x06428C) is known color: Dark Cerulean. HEX triplet: 06, 42 and 8C. RGB value is (6,66,140). Sum of RGB (Red+Green+Blue) = 6+66+140=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #06428C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428C is #F9BD73. Grayscale: #383838. Windows color (decimal): -16366964 or 9191942. OLE color: 9191942.

HSL color Cylindrical-coordinate representation of color #06428C: hue angle of 213.13º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428C is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 66 140 -
CMYK 0.96 0.53 0 0.45
HSL 213.13º 0.92% 0.29% -
HSV(B) 213.13º 0.96% 0.55% -
XYZ 6.76 5.83 25.58 -
YUV 56.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 6 66 140 0.96 0.53 0 0.45 213.13 0.92 0.29
Hex 6 42 8C 60 35 0 2D D5 5C 1D
Octal 6 102 214 140 65 0 55 325 134 35
Binary 110 1000010 10001100 1100000 110101 0 101101 11010101 1011100 11101

Color Harmonies of #06428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06428C

Black with #06428C

Text Example


Text Example

White with #06428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06428C; }

 p { color: rgb(6,66,140); }

 H1.HeaderClassName
 {
   color: #06428C;
 }
 .AnyTagClassName
 {
   color: #06428C;
 }
</style>

background-color css

<style>
 a { background-color: #06428C; }

 a { background-color: rgb(6,66,140); }

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

border-color css

<style>
 span { border-color: #06428C; }

 span { border-color: rgb(6,66,140); }

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