Html Css Color HEX #054A8A Dark Cerulean

📋 copy color: '#054A8A'

red 5 ◦ green 74 ◦ blue 138

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

Shades of Dark Cerulean #054A8A

Tints of Dark Cerulean #054A8A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.1%

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

R = 2.3%
G = 34.1%
B = 63.59%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#054A8A (or 0x054A8A) is known color: Dark Cerulean. HEX triplet: 05, 4A and 8A. RGB value is (5,74,138). Sum of RGB (Red+Green+Blue) = 5+74+138=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 138 (54.30% from 255 or 63.59% from 217); Max value from RGB is 138 - color contains mainly: blue. Hex color #054A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054A8A is #FAB575. Grayscale: #3C3C3C. Windows color (decimal): -16430454 or 9062917. OLE color: 9062917.

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

Color convert

RGB 5 74 138 -
CMYK 0.96 0.46 0 0.46
HSL 208.87º 0.93% 0.28% -
HSV(B) 208.87º 0.96% 0.54% -
XYZ 7.1 6.76 24.98 -
YUV 60.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 5 74 138 0.96 0.46 0 0.46 208.87 0.93 0.28
Hex 5 4A 8A 60 2E 0 2E D1 5D 1C
Octal 5 112 212 140 56 0 56 321 135 34
Binary 101 1001010 10001010 1100000 101110 0 101110 11010001 1011101 11100

Color Harmonies of #054A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A8A

Black with #054A8A

Text Example


Text Example

White with #054A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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