Html Css Color HEX #053C7F Dark Cerulean

📋 copy color: '#053C7F'

red 5 ◦ green 60 ◦ blue 127

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

Shades of Dark Cerulean #053C7F

Tints of Dark Cerulean #053C7F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.25%

 BLUE value IS 127 (50% from 255) = 66.15%

R = 2.6%
G = 31.25%
B = 66.15%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#053C7F (or 0x053C7F) is known color: Dark Cerulean. HEX triplet: 05, 3C and 7F. RGB value is (5,60,127). Sum of RGB (Red+Green+Blue) = 5+60+127=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #053C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C7F is #FAC380. Grayscale: #323232. Windows color (decimal): -16434049 or 8338437. OLE color: 8338437.

HSL color Cylindrical-coordinate representation of color #053C7F: hue angle of 212.95º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053C7F is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 60 127 -
CMYK 0.96 0.53 0 0.50
HSL 212.95º 0.92% 0.26% -
HSV(B) 212.95º 0.96% 0.5% -
XYZ 5.51 4.8 20.71 -
YUV 51.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 5 60 127 0.96 0.53 0 0.50 212.95 0.92 0.26
Hex 5 3C 7F 60 35 0 32 D5 5C 1A
Octal 5 74 177 140 65 0 62 325 134 32
Binary 101 111100 1111111 1100000 110101 0 110010 11010101 1011100 11010

Color Harmonies of #053C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053C7F

Black with #053C7F

Text Example


Text Example

White with #053C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053C7F; }

 p { color: rgb(5,60,127); }

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

background-color css

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

 a { background-color: rgb(5,60,127); }

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

border-color css

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

 span { border-color: rgb(5,60,127); }

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