Html Css Color HEX #0650DA Navy Blue

📋 copy color: '#0650DA'

red 6 ◦ green 80 ◦ blue 218

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

Shades of Navy Blue #0650DA

Tints of Navy Blue #0650DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 218 (85.55% from 255) = 71.71%

R = 1.97%
G = 26.32%
B = 71.71%

CMYK

 C value IS 0.97

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0650DA (or 0x0650DA) is known color: Navy Blue. HEX triplet: 06, 50 and DA. RGB value is (6,80,218). Sum of RGB (Red+Green+Blue) = 6+80+218=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #0650DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650DA is #F9AF25. Grayscale: #484848. Windows color (decimal): -16363302 or 14307334. OLE color: 14307334.

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

Color convert

RGB 6 80 218 -
CMYK 0.97 0.63 0 0.15
HSL 219.06º 0.95% 0.44% -
HSV(B) 219.06º 0.97% 0.85% -
XYZ 15.6 10.84 67.6 -
YUV 73.61 209.48 79.78 -
System Red Green Blue C M Y K H S L
Decimal 6 80 218 0.97 0.63 0 0.15 219.06 0.95 0.44
Hex 6 50 DA 61 3F 0 F DB 5F 2C
Octal 6 120 332 141 77 0 17 333 137 54
Binary 110 1010000 11011010 1100001 111111 0 1111 11011011 1011111 101100

Color Harmonies of #0650DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650DA

Black with #0650DA

Text Example


Text Example

White with #0650DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0650DA; }

 p { color: rgb(6,80,218); }

 H1.HeaderClassName
 {
   color: #0650DA;
 }
 .AnyTagClassName
 {
   color: #0650DA;
 }
</style>

background-color css

<style>
 a { background-color: #0650DA; }

 a { background-color: rgb(6,80,218); }

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

border-color css

<style>
 span { border-color: #0650DA; }

 span { border-color: rgb(6,80,218); }

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