Html Css Color HEX #065DD7 Navy Blue

📋 copy color: '#065DD7'

red 6 ◦ green 93 ◦ blue 215

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

Shades of Navy Blue #065DD7

Tints of Navy Blue #065DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 68.47%

R = 1.91%
G = 29.62%
B = 68.47%

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

#065DD7 (or 0x065DD7) is known color: Navy Blue. HEX triplet: 06, 5D and D7. RGB value is (6,93,215). Sum of RGB (Red+Green+Blue) = 6+93+215=314 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.91% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 215 (84.38% from 255 or 68.47% from 314); Max value from RGB is 215 - color contains mainly: blue. Hex color #065DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DD7 is #F9A228. Grayscale: #505050. Windows color (decimal): -16359977 or 14114054. OLE color: 14114054.

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

Color convert

RGB 6 93 215 -
CMYK 0.97 0.57 0 0.16
HSL 215.02º 0.95% 0.43% -
HSV(B) 215.02º 0.97% 0.84% -
XYZ 16.26 12.77 65.9 -
YUV 80.9 203.68 74.58 -
System Red Green Blue C M Y K H S L
Decimal 6 93 215 0.97 0.57 0 0.16 215.02 0.95 0.43
Hex 6 5D D7 61 39 0 10 D7 5F 2B
Octal 6 135 327 141 71 0 20 327 137 53
Binary 110 1011101 11010111 1100001 111001 0 10000 11010111 1011111 101011

Color Harmonies of #065DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DD7

Black with #065DD7

Text Example


Text Example

White with #065DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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