Html Css Color HEX #054A6E Dark Cerulean

📋 copy color: '#054A6E'

red 5 ◦ green 74 ◦ blue 110

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

Shades of Dark Cerulean #054A6E

Tints of Dark Cerulean #054A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.2%

R = 2.65%
G = 39.15%
B = 58.2%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#054A6E (or 0x054A6E) is known color: Dark Cerulean. HEX triplet: 05, 4A and 6E. RGB value is (5,74,110). Sum of RGB (Red+Green+Blue) = 5+74+110=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #054A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054A6E is #FAB591. Grayscale: #393939. Windows color (decimal): -16430482 or 7227909. OLE color: 7227909.

HSL color Cylindrical-coordinate representation of color #054A6E: hue angle of 200.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #054A6E is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 5 74 110 -
CMYK 0.95 0.33 0 0.57
HSL 200.57º 0.91% 0.23% -
HSV(B) 200.57º 0.95% 0.43% -
XYZ 5.33 6.06 15.64 -
YUV 57.47 157.64 90.57 -
System Red Green Blue C M Y K H S L
Decimal 5 74 110 0.95 0.33 0 0.57 200.57 0.91 0.23
Hex 5 4A 6E 5F 21 0 39 C9 5B 17
Octal 5 112 156 137 41 0 71 311 133 27
Binary 101 1001010 1101110 1011111 100001 0 111001 11001001 1011011 10111

Color Harmonies of #054A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054A6E

Black with #054A6E

Text Example


Text Example

White with #054A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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