Html Css Color HEX #055CC8 Navy Blue

📋 copy color: '#055CC8'

red 5 ◦ green 92 ◦ blue 200

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

Shades of Navy Blue #055CC8

Tints of Navy Blue #055CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

 BLUE value IS 200 (78.52% from 255) = 67.34%

R = 1.68%
G = 30.98%
B = 67.34%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#055CC8 (or 0x055CC8) is known color: Navy Blue. HEX triplet: 05, 5C and C8. RGB value is (5,92,200). Sum of RGB (Red+Green+Blue) = 5+92+200=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #055CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CC8 is #FAA337. Grayscale: #4D4D4D. Windows color (decimal): -16425784 or 13130757. OLE color: 13130757.

HSL color Cylindrical-coordinate representation of color #055CC8: hue angle of 213.23º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055CC8 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 92 200 -
CMYK 0.98 0.54 0 0.22
HSL 213.23º 0.95% 0.4% -
HSV(B) 213.23º 0.98% 0.78% -
XYZ 14.32 11.86 56.18 -
YUV 78.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 5 92 200 0.98 0.54 0 0.22 213.23 0.95 0.4
Hex 5 5C C8 62 36 0 16 D5 5F 28
Octal 5 134 310 142 66 0 26 325 137 50
Binary 101 1011100 11001000 1100010 110110 0 10110 11010101 1011111 101000

Color Harmonies of #055CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CC8

Black with #055CC8

Text Example


Text Example

White with #055CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055CC8; }

 p { color: rgb(5,92,200); }

 H1.HeaderClassName
 {
   color: #055CC8;
 }
 .AnyTagClassName
 {
   color: #055CC8;
 }
</style>

background-color css

<style>
 a { background-color: #055CC8; }

 a { background-color: rgb(5,92,200); }

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

border-color css

<style>
 span { border-color: #055CC8; }

 span { border-color: rgb(5,92,200); }

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