Html Css Color HEX #0551DE Navy Blue

📋 copy color: '#0551DE'

red 5 ◦ green 81 ◦ blue 222

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

Shades of Navy Blue #0551DE

Tints of Navy Blue #0551DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 1.62%
G = 26.3%
B = 72.08%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0551DE (or 0x0551DE) is known color: Navy Blue. HEX triplet: 05, 51 and DE. RGB value is (5,81,222). Sum of RGB (Red+Green+Blue) = 5+81+222=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 81 (32.03% from 255 or 26.30% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #0551DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0551DE is #FAAE21. Grayscale: #494949. Windows color (decimal): -16428578 or 14569733. OLE color: 14569733.

HSL color Cylindrical-coordinate representation of color #0551DE: hue angle of 218.99º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0551DE is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 81 222 -
CMYK 0.98 0.64 0 0.13
HSL 218.99º 0.96% 0.45% -
HSV(B) 218.99º 0.98% 0.87% -
XYZ 16.19 11.19 70.41 -
YUV 74.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 5 81 222 0.98 0.64 0 0.13 218.99 0.96 0.45
Hex 5 51 DE 62 40 0 D DB 60 2D
Octal 5 121 336 142 100 0 15 333 140 55
Binary 101 1010001 11011110 1100010 1000000 0 1101 11011011 1100000 101101

Color Harmonies of #0551DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551DE

Black with #0551DE

Text Example


Text Example

White with #0551DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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