Html Css Color HEX #065BDA Navy Blue

📋 copy color: '#065BDA'

red 6 ◦ green 91 ◦ blue 218

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

Shades of Navy Blue #065BDA

Tints of Navy Blue #065BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 1.9%
G = 28.89%
B = 69.21%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#065BDA (or 0x065BDA) is known color: Navy Blue. HEX triplet: 06, 5B and DA. RGB value is (6,91,218). Sum of RGB (Red+Green+Blue) = 6+91+218=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 218 (85.55% from 255 or 69.21% from 315); Max value from RGB is 218 - color contains mainly: blue. Hex color #065BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BDA is #F9A425. Grayscale: #4F4F4F. Windows color (decimal): -16360486 or 14310150. OLE color: 14310150.

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

Color convert

RGB 6 91 218 -
CMYK 0.97 0.58 0 0.15
HSL 215.94º 0.95% 0.44% -
HSV(B) 215.94º 0.97% 0.85% -
XYZ 16.47 12.58 67.89 -
YUV 80.06 205.84 75.17 -
System Red Green Blue C M Y K H S L
Decimal 6 91 218 0.97 0.58 0 0.15 215.94 0.95 0.44
Hex 6 5B DA 61 3A 0 F D8 5F 2C
Octal 6 133 332 141 72 0 17 330 137 54
Binary 110 1011011 11011010 1100001 111010 0 1111 11011000 1011111 101100

Color Harmonies of #065BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BDA

Black with #065BDA

Text Example


Text Example

White with #065BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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