Html Css Color HEX #00428E Dark Cerulean

📋 copy color: '#00428E'

red 0 ◦ green 66 ◦ blue 142

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

Shades of Dark Cerulean #00428E

Tints of Dark Cerulean #00428E

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 0%
G = 31.73%
B = 68.27%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#00428E (or 0x00428E) is known color: Dark Cerulean. HEX triplet: 00, 42 and 8E. RGB value is (0,66,142). Sum of RGB (Red+Green+Blue) = 0+66+142=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #00428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00428E is #FFBD71. Grayscale: #363636. Windows color (decimal): -16760178 or 9323008. OLE color: 9323008.

HSL color Cylindrical-coordinate representation of color #00428E: hue angle of 212.11º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00428E is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 66 142 -
CMYK 1 0.54 0 0.44
HSL 212.11º 1% 0.28% -
HSV(B) 212.11º 1% 0.56% -
XYZ 6.83 5.85 26.36 -
YUV 54.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 0 66 142 1 0.54 0 0.44 212.11 1 0.28
Hex 0 42 8E 64 36 0 2C D4 64 1C
Octal 0 102 216 144 66 0 54 324 144 34
Binary 0 1000010 10001110 1100100 110110 0 101100 11010100 1100100 11100

Color Harmonies of #00428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00428E

Black with #00428E

Text Example


Text Example

White with #00428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00428E; }

 p { color: rgb(0,66,142); }

 H1.HeaderClassName
 {
   color: #00428E;
 }
 .AnyTagClassName
 {
   color: #00428E;
 }
</style>

background-color css

<style>
 a { background-color: #00428E; }

 a { background-color: rgb(0,66,142); }

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

border-color css

<style>
 span { border-color: #00428E; }

 span { border-color: rgb(0,66,142); }

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