Html Css Color HEX #05497D Dark Cerulean

📋 copy color: '#05497D'

red 5 ◦ green 73 ◦ blue 125

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

Shades of Dark Cerulean #05497D

Tints of Dark Cerulean #05497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 2.46%
G = 35.96%
B = 61.58%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05497D (or 0x05497D) is known color: Dark Cerulean. HEX triplet: 05, 49 and 7D. RGB value is (5,73,125). Sum of RGB (Red+Green+Blue) = 5+73+125=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #05497D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05497D is #FAB682. Grayscale: #3A3A3A. Windows color (decimal): -16430723 or 8210693. OLE color: 8210693.

HSL color Cylindrical-coordinate representation of color #05497D: hue angle of 206º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05497D is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 5 73 125 -
CMYK 0.96 0.42 0 0.51
HSL 206º 0.92% 0.25% -
HSV(B) 206º 0.96% 0.49% -
XYZ 6.15 6.28 20.29 -
YUV 58.6 165.47 89.77 -
System Red Green Blue C M Y K H S L
Decimal 5 73 125 0.96 0.42 0 0.51 206 0.92 0.25
Hex 5 49 7D 60 2A 0 33 CE 5C 19
Octal 5 111 175 140 52 0 63 316 134 31
Binary 101 1001001 1111101 1100000 101010 0 110011 11001110 1011100 11001

Color Harmonies of #05497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05497D

Black with #05497D

Text Example


Text Example

White with #05497D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,73,125); }

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

background-color css

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

 a { background-color: rgb(5,73,125); }

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

border-color css

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

 span { border-color: rgb(5,73,125); }

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