Html Css Color HEX #054687 Dark Cerulean

📋 copy color: '#054687'

red 5 ◦ green 70 ◦ blue 135

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

Shades of Dark Cerulean #054687

Tints of Dark Cerulean #054687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 2.38%
G = 33.33%
B = 64.29%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#054687 (or 0x054687) is known color: Dark Cerulean. HEX triplet: 05, 46 and 87. RGB value is (5,70,135). Sum of RGB (Red+Green+Blue) = 5+70+135=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #054687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054687 is #FAB978. Grayscale: #393939. Windows color (decimal): -16431481 or 8865285. OLE color: 8865285.

HSL color Cylindrical-coordinate representation of color #054687: hue angle of 210º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #054687 is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 70 135 -
CMYK 0.96 0.48 0 0.47
HSL 210º 0.93% 0.27% -
HSV(B) 210º 0.96% 0.53% -
XYZ 6.63 6.16 23.76 -
YUV 57.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 5 70 135 0.96 0.48 0 0.47 210 0.93 0.27
Hex 5 46 87 60 30 0 2F D2 5D 1B
Octal 5 106 207 140 60 0 57 322 135 33
Binary 101 1000110 10000111 1100000 110000 0 101111 11010010 1011101 11011

Color Harmonies of #054687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054687

Black with #054687

Text Example


Text Example

White with #054687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054687; }

 p { color: rgb(5,70,135); }

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

background-color css

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

 a { background-color: rgb(5,70,135); }

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

border-color css

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

 span { border-color: rgb(5,70,135); }

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