Html Css Color HEX #05428D Dark Cerulean

📋 copy color: '#05428D'

red 5 ◦ green 66 ◦ blue 141

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

Shades of Dark Cerulean #05428D

Tints of Dark Cerulean #05428D

RGB

 RED value IS 5 (2.34% from 255) = 2.36%

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

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

R = 2.36%
G = 31.13%
B = 66.51%

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

#05428D (or 0x05428D) is known color: Dark Cerulean. HEX triplet: 05, 42 and 8D. RGB value is (5,66,141). Sum of RGB (Red+Green+Blue) = 5+66+141=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #05428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05428D is #FABD72. Grayscale: #373737. Windows color (decimal): -16432499 or 9257477. OLE color: 9257477.

HSL color Cylindrical-coordinate representation of color #05428D: hue angle of 213.09º degrees, saturation: 0.93, 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 #05428D is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 66 141 -
CMYK 0.96 0.53 0 0.45
HSL 213.09º 0.93% 0.29% -
HSV(B) 213.09º 0.96% 0.55% -
XYZ 6.82 5.85 25.97 -
YUV 56.31 175.79 91.4 -
System Red Green Blue C M Y K H S L
Decimal 5 66 141 0.96 0.53 0 0.45 213.09 0.93 0.29
Hex 5 42 8D 60 35 0 2D D5 5D 1D
Octal 5 102 215 140 65 0 55 325 135 35
Binary 101 1000010 10001101 1100000 110101 0 101101 11010101 1011101 11101

Color Harmonies of #05428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05428D

Black with #05428D

Text Example


Text Example

White with #05428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05428D; }

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

 H1.HeaderClassName
 {
   color: #05428D;
 }
 .AnyTagClassName
 {
   color: #05428D;
 }
</style>

background-color css

<style>
 a { background-color: #05428D; }

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

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

border-color css

<style>
 span { border-color: #05428D; }

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

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