Html Css Color HEX #065FDE Navy Blue

📋 copy color: '#065FDE'

red 6 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #065FDE

Tints of Navy Blue #065FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 1.86%
G = 29.41%
B = 68.73%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#065FDE (or 0x065FDE) is known color: Navy Blue. HEX triplet: 06, 5F and DE. RGB value is (6,95,222). Sum of RGB (Red+Green+Blue) = 6+95+222=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #065FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065FDE is #F9A021. Grayscale: #525252. Windows color (decimal): -16359458 or 14573318. OLE color: 14573318.

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

Color convert

RGB 6 95 222 -
CMYK 0.97 0.57 0 0.13
HSL 215.28º 0.95% 0.45% -
HSV(B) 215.28º 0.97% 0.87% -
XYZ 17.35 13.5 70.8 -
YUV 82.87 206.51 73.17 -
System Red Green Blue C M Y K H S L
Decimal 6 95 222 0.97 0.57 0 0.13 215.28 0.95 0.45
Hex 6 5F DE 61 39 0 D D7 5F 2D
Octal 6 137 336 141 71 0 15 327 137 55
Binary 110 1011111 11011110 1100001 111001 0 1101 11010111 1011111 101101

Color Harmonies of #065FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065FDE

Black with #065FDE

Text Example


Text Example

White with #065FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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