Html Css Color HEX #053D8A Dark Cerulean

📋 copy color: '#053D8A'

red 5 ◦ green 61 ◦ blue 138

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

Shades of Dark Cerulean #053D8A

Tints of Dark Cerulean #053D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 138 (54.3% from 255) = 67.65%

R = 2.45%
G = 29.9%
B = 67.65%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#053D8A (or 0x053D8A) is known color: Dark Cerulean. HEX triplet: 05, 3D and 8A. RGB value is (5,61,138). Sum of RGB (Red+Green+Blue) = 5+61+138=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #053D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053D8A is #FAC275. Grayscale: #343434. Windows color (decimal): -16433782 or 9059589. OLE color: 9059589.

HSL color Cylindrical-coordinate representation of color #053D8A: hue angle of 214.74º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053D8A is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 61 138 -
CMYK 0.96 0.56 0 0.46
HSL 214.74º 0.93% 0.28% -
HSV(B) 214.74º 0.96% 0.54% -
XYZ 6.32 5.2 24.72 -
YUV 53.03 175.95 93.74 -
System Red Green Blue C M Y K H S L
Decimal 5 61 138 0.96 0.56 0 0.46 214.74 0.93 0.28
Hex 5 3D 8A 60 38 0 2E D7 5D 1C
Octal 5 75 212 140 70 0 56 327 135 34
Binary 101 111101 10001010 1100000 111000 0 101110 11010111 1011101 11100

Color Harmonies of #053D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053D8A

Black with #053D8A

Text Example


Text Example

White with #053D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,138); }

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

background-color css

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

 a { background-color: rgb(5,61,138); }

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

border-color css

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

 span { border-color: rgb(5,61,138); }

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