Html Css Color HEX #05357D Dark Cerulean

📋 copy color: '#05357D'

red 5 ◦ green 53 ◦ blue 125

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

Shades of Dark Cerulean #05357D

Tints of Dark Cerulean #05357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 2.73%
G = 28.96%
B = 68.31%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#05357D (or 0x05357D) is known color: Dark Cerulean. HEX triplet: 05, 35 and 7D. RGB value is (5,53,125). Sum of RGB (Red+Green+Blue) = 5+53+125=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #05357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05357D is #FACA82. Grayscale: #2E2E2E. Windows color (decimal): -16435843 or 8205573. OLE color: 8205573.

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

Color convert

RGB 5 53 125 -
CMYK 0.96 0.58 0 0.51
HSL 216º 0.92% 0.25% -
HSV(B) 216º 0.96% 0.49% -
XYZ 5.04 4.06 19.92 -
YUV 46.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 5 53 125 0.96 0.58 0 0.51 216 0.92 0.25
Hex 5 35 7D 60 3A 0 33 D8 5C 19
Octal 5 65 175 140 72 0 63 330 134 31
Binary 101 110101 1111101 1100000 111010 0 110011 11011000 1011100 11001

Color Harmonies of #05357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05357D

Black with #05357D

Text Example


Text Example

White with #05357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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