Html Css Color HEX #054CCB Navy Blue

📋 copy color: '#054CCB'

red 5 ◦ green 76 ◦ blue 203

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

Shades of Navy Blue #054CCB

Tints of Navy Blue #054CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.48%

R = 1.76%
G = 26.76%
B = 71.48%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#054CCB (or 0x054CCB) is known color: Navy Blue. HEX triplet: 05, 4C and CB. RGB value is (5,76,203). Sum of RGB (Red+Green+Blue) = 5+76+203=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #054CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CCB is #FAB334. Grayscale: #444444. Windows color (decimal): -16429877 or 13323269. OLE color: 13323269.

HSL color Cylindrical-coordinate representation of color #054CCB: hue angle of 218.48º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #054CCB is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 76 203 -
CMYK 0.98 0.63 0 0.20
HSL 218.48º 0.95% 0.41% -
HSV(B) 218.48º 0.98% 0.8% -
XYZ 13.43 9.51 57.63 -
YUV 69.25 203.48 82.17 -
System Red Green Blue C M Y K H S L
Decimal 5 76 203 0.98 0.63 0 0.20 218.48 0.95 0.41
Hex 5 4C CB 62 3F 0 14 DA 5F 29
Octal 5 114 313 142 77 0 24 332 137 51
Binary 101 1001100 11001011 1100010 111111 0 10100 11011010 1011111 101001

Color Harmonies of #054CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CCB

Black with #054CCB

Text Example


Text Example

White with #054CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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