Html Css Color HEX #06428A Dark Cerulean

📋 copy color: '#06428A'

red 6 ◦ green 66 ◦ blue 138

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

Shades of Dark Cerulean #06428A

Tints of Dark Cerulean #06428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.71%

R = 2.86%
G = 31.43%
B = 65.71%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06428A (or 0x06428A) is known color: Dark Cerulean. HEX triplet: 06, 42 and 8A. RGB value is (6,66,138). Sum of RGB (Red+Green+Blue) = 6+66+138=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #06428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06428A is #F9BD75. Grayscale: #373737. Windows color (decimal): -16366966 or 9060870. OLE color: 9060870.

HSL color Cylindrical-coordinate representation of color #06428A: hue angle of 212.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06428A is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 66 138 -
CMYK 0.96 0.52 0 0.46
HSL 212.73º 0.92% 0.28% -
HSV(B) 212.73º 0.96% 0.54% -
XYZ 6.61 5.77 24.81 -
YUV 56.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 6 66 138 0.96 0.52 0 0.46 212.73 0.92 0.28
Hex 6 42 8A 60 34 0 2E D5 5C 1C
Octal 6 102 212 140 64 0 56 325 134 34
Binary 110 1000010 10001010 1100000 110100 0 101110 11010101 1011100 11100

Color Harmonies of #06428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06428A

Black with #06428A

Text Example


Text Example

White with #06428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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