Html Css Color HEX #065DD6 Navy Blue

📋 copy color: '#065DD6'

red 6 ◦ green 93 ◦ blue 214

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

Shades of Navy Blue #065DD6

Tints of Navy Blue #065DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 68.37%

R = 1.92%
G = 29.71%
B = 68.37%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#065DD6 (or 0x065DD6) is known color: Navy Blue. HEX triplet: 06, 5D and D6. RGB value is (6,93,214). Sum of RGB (Red+Green+Blue) = 6+93+214=313 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 214 (83.98% from 255 or 68.37% from 313); Max value from RGB is 214 - color contains mainly: blue. Hex color #065DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DD6 is #F9A229. Grayscale: #505050. Windows color (decimal): -16359978 or 14048518. OLE color: 14048518.

HSL color Cylindrical-coordinate representation of color #065DD6: hue angle of 214.9º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DD6 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 93 214 -
CMYK 0.97 0.57 0 0.16
HSL 214.9º 0.95% 0.43% -
HSV(B) 214.9º 0.97% 0.84% -
XYZ 16.13 12.72 65.22 -
YUV 80.78 203.18 74.66 -
System Red Green Blue C M Y K H S L
Decimal 6 93 214 0.97 0.57 0 0.16 214.9 0.95 0.43
Hex 6 5D D6 61 39 0 10 D7 5F 2B
Octal 6 135 326 141 71 0 20 327 137 53
Binary 110 1011101 11010110 1100001 111001 0 10000 11010111 1011111 101011

Color Harmonies of #065DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DD6

Black with #065DD6

Text Example


Text Example

White with #065DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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