Html Css Color HEX #065DDD Navy Blue

📋 copy color: '#065DDD'

red 6 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #065DDD

Tints of Navy Blue #065DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

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

R = 1.88%
G = 29.06%
B = 69.06%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065DDD (or 0x065DDD) is known color: Navy Blue. HEX triplet: 06, 5D and DD. RGB value is (6,93,221). Sum of RGB (Red+Green+Blue) = 6+93+221=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #065DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DDD is #F9A222. Grayscale: #505050. Windows color (decimal): -16359971 or 14507270. OLE color: 14507270.

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

Color convert

RGB 6 93 221 -
CMYK 0.97 0.58 0 0.13
HSL 215.72º 0.95% 0.45% -
HSV(B) 215.72º 0.97% 0.87% -
XYZ 17.04 13.09 70.03 -
YUV 81.58 206.68 74.09 -
System Red Green Blue C M Y K H S L
Decimal 6 93 221 0.97 0.58 0 0.13 215.72 0.95 0.45
Hex 6 5D DD 61 3A 0 D D8 5F 2D
Octal 6 135 335 141 72 0 15 330 137 55
Binary 110 1011101 11011101 1100001 111010 0 1101 11011000 1011111 101101

Color Harmonies of #065DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DDD

Black with #065DDD

Text Example


Text Example

White with #065DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065DDD; }

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

 H1.HeaderClassName
 {
   color: #065DDD;
 }
 .AnyTagClassName
 {
   color: #065DDD;
 }
</style>

background-color css

<style>
 a { background-color: #065DDD; }

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

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

border-color css

<style>
 span { border-color: #065DDD; }

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

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