Html Css Color HEX #05458C Dark Cerulean

📋 copy color: '#05458C'

red 5 ◦ green 69 ◦ blue 140

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

Shades of Dark Cerulean #05458C

Tints of Dark Cerulean #05458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 2.34%
G = 32.24%
B = 65.42%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05458C (or 0x05458C) is known color: Dark Cerulean. HEX triplet: 05, 45 and 8C. RGB value is (5,69,140). Sum of RGB (Red+Green+Blue) = 5+69+140=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #05458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05458C is #FABA73. Grayscale: #393939. Windows color (decimal): -16431732 or 9192709. OLE color: 9192709.

HSL color Cylindrical-coordinate representation of color #05458C: hue angle of 211.56º 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 #05458C is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 5 69 140 -
CMYK 0.96 0.51 0 0.45
HSL 211.56º 0.93% 0.28% -
HSV(B) 211.56º 0.96% 0.55% -
XYZ 6.92 6.18 25.64 -
YUV 57.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 5 69 140 0.96 0.51 0 0.45 211.56 0.93 0.28
Hex 5 45 8C 60 33 0 2D D4 5D 1C
Octal 5 105 214 140 63 0 55 324 135 34
Binary 101 1000101 10001100 1100000 110011 0 101101 11010100 1011101 11100

Color Harmonies of #05458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05458C

Black with #05458C

Text Example


Text Example

White with #05458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05458C; }

 p { color: rgb(5,69,140); }

 H1.HeaderClassName
 {
   color: #05458C;
 }
 .AnyTagClassName
 {
   color: #05458C;
 }
</style>

background-color css

<style>
 a { background-color: #05458C; }

 a { background-color: rgb(5,69,140); }

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

border-color css

<style>
 span { border-color: #05458C; }

 span { border-color: rgb(5,69,140); }

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