Html Css Color HEX #055FCC Navy Blue

📋 copy color: '#055FCC'

red 5 ◦ green 95 ◦ blue 204

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

Shades of Navy Blue #055FCC

Tints of Navy Blue #055FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.25%

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

R = 1.64%
G = 31.25%
B = 67.11%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#055FCC (or 0x055FCC) is known color: Navy Blue. HEX triplet: 05, 5F and CC. RGB value is (5,95,204). Sum of RGB (Red+Green+Blue) = 5+95+204=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #055FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FCC is #FAA033. Grayscale: #4F4F4F. Windows color (decimal): -16425012 or 13393669. OLE color: 13393669.

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

Color convert

RGB 5 95 204 -
CMYK 0.98 0.53 0 0.2
HSL 212.86º 0.95% 0.41% -
HSV(B) 212.86º 0.98% 0.8% -
XYZ 15.05 12.58 58.76 -
YUV 80.52 197.68 74.14 -
System Red Green Blue C M Y K H S L
Decimal 5 95 204 0.98 0.53 0 0.2 212.86 0.95 0.41
Hex 5 5F CC 62 35 0 14 D5 5F 29
Octal 5 137 314 142 65 0 24 325 137 51
Binary 101 1011111 11001100 1100010 110101 0 10100 11010101 1011111 101001

Color Harmonies of #055FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FCC

Black with #055FCC

Text Example


Text Example

White with #055FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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