Html Css Color HEX #0651DB Navy Blue

📋 copy color: '#0651DB'

red 6 ◦ green 81 ◦ blue 219

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

Shades of Navy Blue #0651DB

Tints of Navy Blue #0651DB

RGB

 RED value IS 6 (2.73% from 255) = 1.96%

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

 BLUE value IS 219 (85.94% from 255) = 71.57%

R = 1.96%
G = 26.47%
B = 71.57%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0651DB (or 0x0651DB) is known color: Navy Blue. HEX triplet: 06, 51 and DB. RGB value is (6,81,219). Sum of RGB (Red+Green+Blue) = 6+81+219=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0651DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0651DB is #F9AE24. Grayscale: #494949. Windows color (decimal): -16363045 or 14373126. OLE color: 14373126.

HSL color Cylindrical-coordinate representation of color #0651DB: hue angle of 218.87º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0651DB is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 81 219 -
CMYK 0.97 0.63 0 0.14
HSL 218.87º 0.95% 0.44% -
HSV(B) 218.87º 0.97% 0.86% -
XYZ 15.8 11.04 68.32 -
YUV 74.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 6 81 219 0.97 0.63 0 0.14 218.87 0.95 0.44
Hex 6 51 DB 61 3F 0 E DB 5F 2C
Octal 6 121 333 141 77 0 16 333 137 54
Binary 110 1010001 11011011 1100001 111111 0 1110 11011011 1011111 101100

Color Harmonies of #0651DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0651DB

Black with #0651DB

Text Example


Text Example

White with #0651DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0651DB; }

 p { color: rgb(6,81,219); }

 H1.HeaderClassName
 {
   color: #0651DB;
 }
 .AnyTagClassName
 {
   color: #0651DB;
 }
</style>

background-color css

<style>
 a { background-color: #0651DB; }

 a { background-color: rgb(6,81,219); }

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

border-color css

<style>
 span { border-color: #0651DB; }

 span { border-color: rgb(6,81,219); }

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