Html Css Color HEX #065DC5 Navy Blue

📋 copy color: '#065DC5'

red 6 ◦ green 93 ◦ blue 197

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

Shades of Navy Blue #065DC5

Tints of Navy Blue #065DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 66.55%

R = 2.03%
G = 31.42%
B = 66.55%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#065DC5 (or 0x065DC5) is known color: Navy Blue. HEX triplet: 06, 5D and C5. RGB value is (6,93,197). Sum of RGB (Red+Green+Blue) = 6+93+197=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #065DC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DC5 is #F9A23A. Grayscale: #4E4E4E. Windows color (decimal): -16359995 or 12934406. OLE color: 12934406.

HSL color Cylindrical-coordinate representation of color #065DC5: hue angle of 212.67º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #065DC5 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 6 93 197 -
CMYK 0.97 0.53 0 0.23
HSL 212.67º 0.94% 0.4% -
HSV(B) 212.67º 0.97% 0.77% -
XYZ 14.07 11.9 54.38 -
YUV 78.84 194.68 76.04 -
System Red Green Blue C M Y K H S L
Decimal 6 93 197 0.97 0.53 0 0.23 212.67 0.94 0.4
Hex 6 5D C5 61 35 0 17 D5 5E 28
Octal 6 135 305 141 65 0 27 325 136 50
Binary 110 1011101 11000101 1100001 110101 0 10111 11010101 1011110 101000

Color Harmonies of #065DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DC5

Black with #065DC5

Text Example


Text Example

White with #065DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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