Html Css Color HEX #0555FC Navy Blue

📋 copy color: '#0555FC'

red 5 ◦ green 85 ◦ blue 252

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

Shades of Navy Blue #0555FC

Tints of Navy Blue #0555FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 252 (98.83% from 255) = 73.68%

R = 1.46%
G = 24.85%
B = 73.68%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0555FC (or 0x0555FC) is known color: Navy Blue. HEX triplet: 05, 55 and FC. RGB value is (5,85,252). Sum of RGB (Red+Green+Blue) = 5+85+252=342 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.46% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #0555FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0555FC is #FAAA03. Grayscale: #4F4F4F. Windows color (decimal): -16427524 or 16536837. OLE color: 16536837.

HSL color Cylindrical-coordinate representation of color #0555FC: hue angle of 220.57º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0555FC is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 85 252 -
CMYK 0.98 0.66 0 0.01
HSL 220.57º 0.98% 0.5% -
HSV(B) 220.57º 0.98% 0.99% -
XYZ 20.88 13.56 93.61 -
YUV 80.12 225 74.42 -
System Red Green Blue C M Y K H S L
Decimal 5 85 252 0.98 0.66 0 0.01 220.57 0.98 0.5
Hex 5 55 FC 62 42 0 1 DD 62 32
Octal 5 125 374 142 102 0 1 335 142 62
Binary 101 1010101 11111100 1100010 1000010 0 1 11011101 1100010 110010

Color Harmonies of #0555FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555FC

Black with #0555FC

Text Example


Text Example

White with #0555FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0555FC; }

 p { color: rgb(5,85,252); }

 H1.HeaderClassName
 {
   color: #0555FC;
 }
 .AnyTagClassName
 {
   color: #0555FC;
 }
</style>

background-color css

<style>
 a { background-color: #0555FC; }

 a { background-color: rgb(5,85,252); }

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

border-color css

<style>
 span { border-color: #0555FC; }

 span { border-color: rgb(5,85,252); }

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