Html Css Color HEX #054CEB Navy Blue

📋 copy color: '#054CEB'

red 5 ◦ green 76 ◦ blue 235

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

Shades of Navy Blue #054CEB

Tints of Navy Blue #054CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 74.37%

R = 1.58%
G = 24.05%
B = 74.37%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#054CEB (or 0x054CEB) is known color: Navy Blue. HEX triplet: 05, 4C and EB. RGB value is (5,76,235). Sum of RGB (Red+Green+Blue) = 5+76+235=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #054CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #054CEB is #FAB314. Grayscale: #484848. Windows color (decimal): -16429845 or 15420421. OLE color: 15420421.

HSL color Cylindrical-coordinate representation of color #054CEB: hue angle of 221.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CEB is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 5 76 235 -
CMYK 0.98 0.68 0 0.08
HSL 221.48º 0.96% 0.47% -
HSV(B) 221.48º 0.98% 0.92% -
XYZ 17.64 11.2 79.83 -
YUV 72.9 219.48 79.57 -
System Red Green Blue C M Y K H S L
Decimal 5 76 235 0.98 0.68 0 0.08 221.48 0.96 0.47
Hex 5 4C EB 62 44 0 8 DD 60 2F
Octal 5 114 353 142 104 0 10 335 140 57
Binary 101 1001100 11101011 1100010 1000100 0 1000 11011101 1100000 101111

Color Harmonies of #054CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CEB

Black with #054CEB

Text Example


Text Example

White with #054CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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