Html Css Color HEX #0551FF Navy Blue

📋 copy color: '#0551FF'

red 5 ◦ green 81 ◦ blue 255

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

Shades of Navy Blue #0551FF

Tints of Navy Blue #0551FF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.75%

 BLUE value IS 255 (100% from 255) = 74.78%

R = 1.47%
G = 23.75%
B = 74.78%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0551FF (or 0x0551FF) is known color: Navy Blue. HEX triplet: 05, 51 and FF. RGB value is (5,81,255). Sum of RGB (Red+Green+Blue) = 5+81+255=341 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0551FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551FF is #FAAE00. Grayscale: #4D4D4D. Windows color (decimal): -16428545 or 16732421. OLE color: 16732421.

HSL color Cylindrical-coordinate representation of color #0551FF: hue angle of 221.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551FF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 81 255 -
CMYK 0.98 0.68 0 0
HSL 221.76º 1% 0.51% -
HSV(B) 221.76º 0.98% 1% -
XYZ 21.06 13.14 96.03 -
YUV 78.11 227.82 75.85 -
System Red Green Blue C M Y K H S L
Decimal 5 81 255 0.98 0.68 0 0 221.76 1 0.51
Hex 5 51 FF 62 44 0 0 DE 64 33
Octal 5 121 377 142 104 0 0 336 144 63
Binary 101 1010001 11111111 1100010 1000100 0 0 11011110 1100100 110011

Color Harmonies of #0551FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551FF

Black with #0551FF

Text Example


Text Example

White with #0551FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0551FF; }

 p { color: rgb(5,81,255); }

 H1.HeaderClassName
 {
   color: #0551FF;
 }
 .AnyTagClassName
 {
   color: #0551FF;
 }
</style>

background-color css

<style>
 a { background-color: #0551FF; }

 a { background-color: rgb(5,81,255); }

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

border-color css

<style>
 span { border-color: #0551FF; }

 span { border-color: rgb(5,81,255); }

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