Html Css Color HEX #05458B Dark Cerulean

📋 copy color: '#05458B'

red 5 ◦ green 69 ◦ blue 139

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

Shades of Dark Cerulean #05458B

Tints of Dark Cerulean #05458B

RGB

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

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

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

R = 2.35%
G = 32.39%
B = 65.26%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05458B (or 0x05458B) is known color: Dark Cerulean. HEX triplet: 05, 45 and 8B. RGB value is (5,69,139). Sum of RGB (Red+Green+Blue) = 5+69+139=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #05458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #05458B is #FABA74. Grayscale: #393939. Windows color (decimal): -16431733 or 9127173. OLE color: 9127173.

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

Color convert

RGB 5 69 139 -
CMYK 0.96 0.50 0 0.45
HSL 211.34º 0.93% 0.28% -
HSV(B) 211.34º 0.96% 0.55% -
XYZ 6.85 6.15 25.25 -
YUV 57.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 5 69 139 0.96 0.50 0 0.45 211.34 0.93 0.28
Hex 5 45 8B 60 32 0 2D D3 5D 1C
Octal 5 105 213 140 62 0 55 323 135 34
Binary 101 1000101 10001011 1100000 110010 0 101101 11010011 1011101 11100

Color Harmonies of #05458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05458B

Black with #05458B

Text Example


Text Example

White with #05458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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