Html Css Color HEX #053875 Dark Cerulean

📋 copy color: '#053875'

red 5 ◦ green 56 ◦ blue 117

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

Shades of Dark Cerulean #053875

Tints of Dark Cerulean #053875

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

 BLUE value IS 117 (46.09% from 255) = 65.73%

R = 2.81%
G = 31.46%
B = 65.73%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053875 (or 0x053875) is known color: Dark Cerulean. HEX triplet: 05, 38 and 75. RGB value is (5,56,117). Sum of RGB (Red+Green+Blue) = 5+56+117=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #053875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053875 is #FAC78A. Grayscale: #2F2F2F. Windows color (decimal): -16435083 or 7682053. OLE color: 7682053.

HSL color Cylindrical-coordinate representation of color #053875: hue angle of 212.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053875 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 56 117 -
CMYK 0.96 0.52 0 0.54
HSL 212.68º 0.92% 0.24% -
HSV(B) 212.68º 0.96% 0.46% -
XYZ 4.69 4.14 17.38 -
YUV 47.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 5 56 117 0.96 0.52 0 0.54 212.68 0.92 0.24
Hex 5 38 75 60 34 0 36 D5 5C 18
Octal 5 70 165 140 64 0 66 325 134 30
Binary 101 111000 1110101 1100000 110100 0 110110 11010101 1011100 11000

Color Harmonies of #053875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053875

Black with #053875

Text Example


Text Example

White with #053875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053875; }

 p { color: rgb(5,56,117); }

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

background-color css

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

 a { background-color: rgb(5,56,117); }

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

border-color css

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

 span { border-color: rgb(5,56,117); }

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