Html Css Color HEX #054C94 Dark Cerulean

📋 copy color: '#054C94'

red 5 ◦ green 76 ◦ blue 148

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

Shades of Dark Cerulean #054C94

Tints of Dark Cerulean #054C94

RGB

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

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

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

R = 2.18%
G = 33.19%
B = 64.63%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#054C94 (or 0x054C94) is known color: Dark Cerulean. HEX triplet: 05, 4C and 94. RGB value is (5,76,148). Sum of RGB (Red+Green+Blue) = 5+76+148=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #054C94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C94 is #FAB36B. Grayscale: #3E3E3E. Windows color (decimal): -16429932 or 9718789. OLE color: 9718789.

HSL color Cylindrical-coordinate representation of color #054C94: hue angle of 210.21º 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 #054C94 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 76 148 -
CMYK 0.97 0.49 0 0.42
HSL 210.21º 0.93% 0.3% -
HSV(B) 210.21º 0.97% 0.58% -
XYZ 7.99 7.34 29.01 -
YUV 62.98 175.98 86.65 -
System Red Green Blue C M Y K H S L
Decimal 5 76 148 0.97 0.49 0 0.42 210.21 0.93 0.3
Hex 5 4C 94 61 31 0 2A D2 5D 1E
Octal 5 114 224 141 61 0 52 322 135 36
Binary 101 1001100 10010100 1100001 110001 0 101010 11010010 1011101 11110

Color Harmonies of #054C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054C94

Black with #054C94

Text Example


Text Example

White with #054C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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