Html Css Color HEX #0653DD Navy Blue

📋 copy color: '#0653DD'

red 6 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #0653DD

Tints of Navy Blue #0653DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.77%

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

R = 1.94%
G = 26.77%
B = 71.29%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0653DD (or 0x0653DD) is known color: Navy Blue. HEX triplet: 06, 53 and DD. RGB value is (6,83,221). Sum of RGB (Red+Green+Blue) = 6+83+221=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #0653DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0653DD is #F9AC22. Grayscale: #4B4B4B. Windows color (decimal): -16362531 or 14504710. OLE color: 14504710.

HSL color Cylindrical-coordinate representation of color #0653DD: hue angle of 218.51º 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 #0653DD is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 83 221 -
CMYK 0.97 0.62 0 0.13
HSL 218.51º 0.95% 0.45% -
HSV(B) 218.51º 0.97% 0.87% -
XYZ 16.22 11.45 69.76 -
YUV 75.71 209.99 78.28 -
System Red Green Blue C M Y K H S L
Decimal 6 83 221 0.97 0.62 0 0.13 218.51 0.95 0.45
Hex 6 53 DD 61 3E 0 D DB 5F 2D
Octal 6 123 335 141 76 0 15 333 137 55
Binary 110 1010011 11011101 1100001 111110 0 1101 11011011 1011111 101101

Color Harmonies of #0653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0653DD

Black with #0653DD

Text Example


Text Example

White with #0653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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