Html Css Color HEX #0551FE Navy Blue

📋 copy color: '#0551FE'

red 5 ◦ green 81 ◦ blue 254

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

Shades of Navy Blue #0551FE

Tints of Navy Blue #0551FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 1.47%
G = 23.82%
B = 74.71%

CMYK

 C value IS 0.98

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0551FE (or 0x0551FE) is known color: Navy Blue. HEX triplet: 05, 51 and FE. RGB value is (5,81,254). Sum of RGB (Red+Green+Blue) = 5+81+254=340 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #0551FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0551FE is #FAAE01. Grayscale: #4D4D4D. Windows color (decimal): -16428546 or 16666885. OLE color: 16666885.

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

Color convert

RGB 5 81 254 -
CMYK 0.98 0.68 0 0.00
HSL 221.69º 0.99% 0.51% -
HSV(B) 221.69º 0.98% 1% -
XYZ 20.89 13.07 95.19 -
YUV 78 227.32 75.93 -
System Red Green Blue C M Y K H S L
Decimal 5 81 254 0.98 0.68 0 0.00 221.69 0.99 0.51
Hex 5 51 FE 62 44 0 0 DE 63 33
Octal 5 121 376 142 104 0 0 336 143 63
Binary 101 1010001 11111110 1100010 1000100 0 0 11011110 1100011 110011

Color Harmonies of #0551FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551FE

Black with #0551FE

Text Example


Text Example

White with #0551FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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