Html Css Color HEX #053F7E Dark Cerulean

📋 copy color: '#053F7E'

red 5 ◦ green 63 ◦ blue 126

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

Shades of Dark Cerulean #053F7E

Tints of Dark Cerulean #053F7E

RGB

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

 GREEN value IS 63 (25% from 255) = 32.47%

 BLUE value IS 126 (49.61% from 255) = 64.95%

R = 2.58%
G = 32.47%
B = 64.95%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#053F7E (or 0x053F7E) is known color: Dark Cerulean. HEX triplet: 05, 3F and 7E. RGB value is (5,63,126). Sum of RGB (Red+Green+Blue) = 5+63+126=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 63 (25% from 255 or 32.47% from 194); Blue value is 126 (49.61% from 255 or 64.95% from 194); Max value from RGB is 126 - color contains mainly: blue. Hex color #053F7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053F7E is #FAC081. Grayscale: #343434. Windows color (decimal): -16433282 or 8273669. OLE color: 8273669.

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

Color convert

RGB 5 63 126 -
CMYK 0.96 0.50 0 0.51
HSL 211.24º 0.92% 0.26% -
HSV(B) 211.24º 0.96% 0.49% -
XYZ 5.61 5.09 20.43 -
YUV 52.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 5 63 126 0.96 0.50 0 0.51 211.24 0.92 0.26
Hex 5 3F 7E 60 32 0 33 D3 5C 1A
Octal 5 77 176 140 62 0 63 323 134 32
Binary 101 111111 1111110 1100000 110010 0 110011 11010011 1011100 11010

Color Harmonies of #053F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053F7E

Black with #053F7E

Text Example


Text Example

White with #053F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,126); }

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

background-color css

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

 a { background-color: rgb(5,63,126); }

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

border-color css

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

 span { border-color: rgb(5,63,126); }

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