Html Css Color HEX #055CCC Navy Blue

📋 copy color: '#055CCC'

red 5 ◦ green 92 ◦ blue 204

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

Shades of Navy Blue #055CCC

Tints of Navy Blue #055CCC

RGB

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

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

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

R = 1.66%
G = 30.56%
B = 67.77%

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

#055CCC (or 0x055CCC) is known color: Navy Blue. HEX triplet: 05, 5C and CC. RGB value is (5,92,204). Sum of RGB (Red+Green+Blue) = 5+92+204=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #055CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055CCC is #FAA333. Grayscale: #4E4E4E. Windows color (decimal): -16425780 or 13392901. OLE color: 13392901.

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

Color convert

RGB 5 92 204 -
CMYK 0.98 0.55 0 0.2
HSL 213.77º 0.95% 0.41% -
HSV(B) 213.77º 0.98% 0.8% -
XYZ 14.79 12.05 58.67 -
YUV 78.76 198.68 75.39 -
System Red Green Blue C M Y K H S L
Decimal 5 92 204 0.98 0.55 0 0.2 213.77 0.95 0.41
Hex 5 5C CC 62 37 0 14 D6 5F 29
Octal 5 134 314 142 67 0 24 326 137 51
Binary 101 1011100 11001100 1100010 110111 0 10100 11010110 1011111 101001

Color Harmonies of #055CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055CCC

Black with #055CCC

Text Example


Text Example

White with #055CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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