Html Css Color HEX #065DDA Navy Blue

📋 copy color: '#065DDA'

red 6 ◦ green 93 ◦ blue 218

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

Shades of Navy Blue #065DDA

Tints of Navy Blue #065DDA

RGB

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

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

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

R = 1.89%
G = 29.34%
B = 68.77%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#065DDA (or 0x065DDA) is known color: Navy Blue. HEX triplet: 06, 5D and DA. RGB value is (6,93,218). Sum of RGB (Red+Green+Blue) = 6+93+218=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #065DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DDA is #F9A225. Grayscale: #505050. Windows color (decimal): -16359974 or 14310662. OLE color: 14310662.

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

Color convert

RGB 6 93 218 -
CMYK 0.97 0.57 0 0.15
HSL 215.38º 0.95% 0.44% -
HSV(B) 215.38º 0.97% 0.85% -
XYZ 16.64 12.93 67.95 -
YUV 81.24 205.18 74.34 -
System Red Green Blue C M Y K H S L
Decimal 6 93 218 0.97 0.57 0 0.15 215.38 0.95 0.44
Hex 6 5D DA 61 39 0 F D7 5F 2C
Octal 6 135 332 141 71 0 17 327 137 54
Binary 110 1011101 11011010 1100001 111001 0 1111 11010111 1011111 101100

Color Harmonies of #065DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DDA

Black with #065DDA

Text Example


Text Example

White with #065DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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