Html Css Color HEX #054C8A Dark Cerulean

📋 copy color: '#054C8A'

red 5 ◦ green 76 ◦ blue 138

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

Shades of Dark Cerulean #054C8A

Tints of Dark Cerulean #054C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.7%

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

R = 2.28%
G = 34.7%
B = 63.01%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#054C8A (or 0x054C8A) is known color: Dark Cerulean. HEX triplet: 05, 4C and 8A. RGB value is (5,76,138). Sum of RGB (Red+Green+Blue) = 5+76+138=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #054C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C8A is #FAB375. Grayscale: #3D3D3D. Windows color (decimal): -16429942 or 9063429. OLE color: 9063429.

HSL color Cylindrical-coordinate representation of color #054C8A: hue angle of 207.97º 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 #054C8A is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 76 138 -
CMYK 0.96 0.45 0 0.46
HSL 207.97º 0.93% 0.28% -
HSV(B) 207.97º 0.96% 0.54% -
XYZ 7.23 7.04 25.02 -
YUV 61.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 5 76 138 0.96 0.45 0 0.46 207.97 0.93 0.28
Hex 5 4C 8A 60 2D 0 2E D0 5D 1C
Octal 5 114 212 140 55 0 56 320 135 34
Binary 101 1001100 10001010 1100000 101101 0 101110 11010000 1011101 11100

Color Harmonies of #054C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C8A

Black with #054C8A

Text Example


Text Example

White with #054C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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