Html Css Color HEX #0051DF Navy Blue

📋 copy color: '#0051DF'

red 0 ◦ green 81 ◦ blue 223

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

Shades of Navy Blue #0051DF

Tints of Navy Blue #0051DF

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 0%
G = 26.64%
B = 73.36%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0051DF (or 0x0051DF) is known color: Navy Blue. HEX triplet: 00, 51 and DF. RGB value is (0,81,223). Sum of RGB (Red+Green+Blue) = 0+81+223=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #0051DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051DF is #FFAE20. Grayscale: #484848. Windows color (decimal): -16756257 or 14635264. OLE color: 14635264.

HSL color Cylindrical-coordinate representation of color #0051DF: hue angle of 218.21º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051DF is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 81 223 -
CMYK 1 0.64 0 0.13
HSL 218.21º 1% 0.44% -
HSV(B) 218.21º 1% 0.87% -
XYZ 16.26 11.21 71.12 -
YUV 72.97 212.66 75.95 -
System Red Green Blue C M Y K H S L
Decimal 0 81 223 1 0.64 0 0.13 218.21 1 0.44
Hex 0 51 DF 64 40 0 D DA 64 2C
Octal 0 121 337 144 100 0 15 332 144 54
Binary 0 1010001 11011111 1100100 1000000 0 1101 11011010 1100100 101100

Color Harmonies of #0051DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0051DF

Black with #0051DF

Text Example


Text Example

White with #0051DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0051DF; }

 p { color: rgb(0,81,223); }

 H1.HeaderClassName
 {
   color: #0051DF;
 }
 .AnyTagClassName
 {
   color: #0051DF;
 }
</style>

background-color css

<style>
 a { background-color: #0051DF; }

 a { background-color: rgb(0,81,223); }

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

border-color css

<style>
 span { border-color: #0051DF; }

 span { border-color: rgb(0,81,223); }

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