Html Css Color HEX #054D94 Dark Cerulean

📋 copy color: '#054D94'

red 5 ◦ green 77 ◦ blue 148

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

Shades of Dark Cerulean #054D94

Tints of Dark Cerulean #054D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 2.17%
G = 33.48%
B = 64.35%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054D94 (or 0x054D94) is known color: Dark Cerulean. HEX triplet: 05, 4D and 94. RGB value is (5,77,148). Sum of RGB (Red+Green+Blue) = 5+77+148=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #054D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D94 is #FAB26B. Grayscale: #3F3F3F. Windows color (decimal): -16429676 or 9719045. OLE color: 9719045.

HSL color Cylindrical-coordinate representation of color #054D94: hue angle of 209.79º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054D94 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 77 148 -
CMYK 0.97 0.48 0 0.42
HSL 209.79º 0.93% 0.3% -
HSV(B) 209.79º 0.97% 0.58% -
XYZ 8.06 7.48 29.04 -
YUV 63.57 175.65 86.23 -
System Red Green Blue C M Y K H S L
Decimal 5 77 148 0.97 0.48 0 0.42 209.79 0.93 0.3
Hex 5 4D 94 61 30 0 2A D2 5D 1E
Octal 5 115 224 141 60 0 52 322 135 36
Binary 101 1001101 10010100 1100001 110000 0 101010 11010010 1011101 11110

Color Harmonies of #054D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D94

Black with #054D94

Text Example


Text Example

White with #054D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,77,148); }

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

background-color css

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

 a { background-color: rgb(5,77,148); }

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

border-color css

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

 span { border-color: rgb(5,77,148); }

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