Html Css Color HEX #0650DD Navy Blue

📋 copy color: '#0650DD'

red 6 ◦ green 80 ◦ blue 221

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

Shades of Navy Blue #0650DD

Tints of Navy Blue #0650DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 1.95%
G = 26.06%
B = 71.99%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0650DD (or 0x0650DD) is known color: Navy Blue. HEX triplet: 06, 50 and DD. RGB value is (6,80,221). Sum of RGB (Red+Green+Blue) = 6+80+221=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #0650DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0650DD is #F9AF22. Grayscale: #494949. Windows color (decimal): -16363299 or 14503942. OLE color: 14503942.

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

Color convert

RGB 6 80 221 -
CMYK 0.97 0.64 0 0.13
HSL 219.35º 0.95% 0.45% -
HSV(B) 219.35º 0.97% 0.87% -
XYZ 15.99 11 69.69 -
YUV 73.95 210.98 79.54 -
System Red Green Blue C M Y K H S L
Decimal 6 80 221 0.97 0.64 0 0.13 219.35 0.95 0.45
Hex 6 50 DD 61 40 0 D DB 5F 2D
Octal 6 120 335 141 100 0 15 333 137 55
Binary 110 1010000 11011101 1100001 1000000 0 1101 11011011 1011111 101101

Color Harmonies of #0650DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0650DD

Black with #0650DD

Text Example


Text Example

White with #0650DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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