Html Css Color HEX #05507D Dark Cerulean

📋 copy color: '#05507D'

red 5 ◦ green 80 ◦ blue 125

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

Shades of Dark Cerulean #05507D

Tints of Dark Cerulean #05507D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 2.38%
G = 38.1%
B = 59.52%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05507D (or 0x05507D) is known color: Dark Cerulean. HEX triplet: 05, 50 and 7D. RGB value is (5,80,125). Sum of RGB (Red+Green+Blue) = 5+80+125=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #05507D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05507D is #FAAF82. Grayscale: #3E3E3E. Windows color (decimal): -16428931 or 8212485. OLE color: 8212485.

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

Color convert

RGB 5 80 125 -
CMYK 0.96 0.36 0 0.51
HSL 202.5º 0.92% 0.25% -
HSV(B) 202.5º 0.96% 0.49% -
XYZ 6.63 7.25 20.45 -
YUV 62.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 5 80 125 0.96 0.36 0 0.51 202.5 0.92 0.25
Hex 5 50 7D 60 24 0 33 CA 5C 19
Octal 5 120 175 140 44 0 63 312 134 31
Binary 101 1010000 1111101 1100000 100100 0 110011 11001010 1011100 11001

Color Harmonies of #05507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05507D

Black with #05507D

Text Example


Text Example

White with #05507D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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