Html Css Color HEX #05428B Dark Cerulean

📋 copy color: '#05428B'

red 5 ◦ green 66 ◦ blue 139

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

Shades of Dark Cerulean #05428B

Tints of Dark Cerulean #05428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 2.38%
G = 31.43%
B = 66.19%

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

#05428B (or 0x05428B) is known color: Dark Cerulean. HEX triplet: 05, 42 and 8B. RGB value is (5,66,139). Sum of RGB (Red+Green+Blue) = 5+66+139=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #05428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05428B is #FABD74. Grayscale: #373737. Windows color (decimal): -16432501 or 9126405. OLE color: 9126405.

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

Color convert

RGB 5 66 139 -
CMYK 0.96 0.53 0 0.45
HSL 212.69º 0.93% 0.28% -
HSV(B) 212.69º 0.96% 0.55% -
XYZ 6.67 5.79 25.19 -
YUV 56.08 174.79 91.56 -
System Red Green Blue C M Y K H S L
Decimal 5 66 139 0.96 0.53 0 0.45 212.69 0.93 0.28
Hex 5 42 8B 60 35 0 2D D5 5D 1C
Octal 5 102 213 140 65 0 55 325 135 34
Binary 101 1000010 10001011 1100000 110101 0 101101 11010101 1011101 11100

Color Harmonies of #05428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05428B

Black with #05428B

Text Example


Text Example

White with #05428B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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