Html Css Color HEX #055BCC Navy Blue

📋 copy color: '#055BCC'

red 5 ◦ green 91 ◦ blue 204

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

Shades of Navy Blue #055BCC

Tints of Navy Blue #055BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 204 (80.08% from 255) = 68%

R = 1.67%
G = 30.33%
B = 68%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#055BCC (or 0x055BCC) is known color: Navy Blue. HEX triplet: 05, 5B and CC. RGB value is (5,91,204). Sum of RGB (Red+Green+Blue) = 5+91+204=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #055BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BCC is #FAA433. Grayscale: #4D4D4D. Windows color (decimal): -16426036 or 13392645. OLE color: 13392645.

HSL color Cylindrical-coordinate representation of color #055BCC: hue angle of 214.07º 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 #055BCC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 91 204 -
CMYK 0.98 0.55 0 0.2
HSL 214.07º 0.95% 0.41% -
HSV(B) 214.07º 0.98% 0.8% -
XYZ 14.7 11.87 58.64 -
YUV 78.17 199.01 75.81 -
System Red Green Blue C M Y K H S L
Decimal 5 91 204 0.98 0.55 0 0.2 214.07 0.95 0.41
Hex 5 5B CC 62 37 0 14 D6 5F 29
Octal 5 133 314 142 67 0 24 326 137 51
Binary 101 1011011 11001100 1100010 110111 0 10100 11010110 1011111 101001

Color Harmonies of #055BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BCC

Black with #055BCC

Text Example


Text Example

White with #055BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,204); }

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

background-color css

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

 a { background-color: rgb(5,91,204); }

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

border-color css

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

 span { border-color: rgb(5,91,204); }

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