Html Css Color HEX #05427F Dark Cerulean

📋 copy color: '#05427F'

red 5 ◦ green 66 ◦ blue 127

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

Shades of Dark Cerulean #05427F

Tints of Dark Cerulean #05427F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.14%

R = 2.53%
G = 33.33%
B = 64.14%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#05427F (or 0x05427F) is known color: Dark Cerulean. HEX triplet: 05, 42 and 7F. RGB value is (5,66,127). Sum of RGB (Red+Green+Blue) = 5+66+127=198 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.53% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #05427F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05427F is #FABD80. Grayscale: #363636. Windows color (decimal): -16432513 or 8339973. OLE color: 8339973.

HSL color Cylindrical-coordinate representation of color #05427F: hue angle of 210º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05427F is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 66 127 -
CMYK 0.96 0.48 0 0.50
HSL 210º 0.92% 0.26% -
HSV(B) 210º 0.96% 0.5% -
XYZ 5.84 5.46 20.82 -
YUV 54.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 5 66 127 0.96 0.48 0 0.50 210 0.92 0.26
Hex 5 42 7F 60 30 0 32 D2 5C 1A
Octal 5 102 177 140 60 0 62 322 134 32
Binary 101 1000010 1111111 1100000 110000 0 110010 11010010 1011100 11010

Color Harmonies of #05427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05427F

Black with #05427F

Text Example


Text Example

White with #05427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05427F; }

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

 H1.HeaderClassName
 {
   color: #05427F;
 }
 .AnyTagClassName
 {
   color: #05427F;
 }
</style>

background-color css

<style>
 a { background-color: #05427F; }

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

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

border-color css

<style>
 span { border-color: #05427F; }

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

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