Html Css Color HEX #065FDA Navy Blue

📋 copy color: '#065FDA'

red 6 ◦ green 95 ◦ blue 218

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

Shades of Navy Blue #065FDA

Tints of Navy Blue #065FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

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

R = 1.88%
G = 29.78%
B = 68.34%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#065FDA (or 0x065FDA) is known color: Navy Blue. HEX triplet: 06, 5F and DA. RGB value is (6,95,218). Sum of RGB (Red+Green+Blue) = 6+95+218=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #065FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FDA is #F9A025. Grayscale: #515151. Windows color (decimal): -16359462 or 14311174. OLE color: 14311174.

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

Color convert

RGB 6 95 218 -
CMYK 0.97 0.56 0 0.15
HSL 214.81º 0.95% 0.44% -
HSV(B) 214.81º 0.97% 0.85% -
XYZ 16.82 13.29 68.01 -
YUV 82.41 204.51 73.5 -
System Red Green Blue C M Y K H S L
Decimal 6 95 218 0.97 0.56 0 0.15 214.81 0.95 0.44
Hex 6 5F DA 61 38 0 F D7 5F 2C
Octal 6 137 332 141 70 0 17 327 137 54
Binary 110 1011111 11011010 1100001 111000 0 1111 11010111 1011111 101100

Color Harmonies of #065FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FDA

Black with #065FDA

Text Example


Text Example

White with #065FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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