Html Css Color HEX #065BC5 Navy Blue

📋 copy color: '#065BC5'

red 6 ◦ green 91 ◦ blue 197

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

Shades of Navy Blue #065BC5

Tints of Navy Blue #065BC5

RGB

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

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

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

R = 2.04%
G = 30.95%
B = 67.01%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#065BC5 (or 0x065BC5) is known color: Navy Blue. HEX triplet: 06, 5B and C5. RGB value is (6,91,197). Sum of RGB (Red+Green+Blue) = 6+91+197=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 197 (77.34% from 255 or 67.01% from 294); Max value from RGB is 197 - color contains mainly: blue. Hex color #065BC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065BC5 is #F9A43A. Grayscale: #4D4D4D. Windows color (decimal): -16360507 or 12933894. OLE color: 12933894.

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

Color convert

RGB 6 91 197 -
CMYK 0.97 0.54 0 0.23
HSL 213.3º 0.94% 0.4% -
HSV(B) 213.3º 0.97% 0.77% -
XYZ 13.89 11.55 54.32 -
YUV 77.67 195.34 76.88 -
System Red Green Blue C M Y K H S L
Decimal 6 91 197 0.97 0.54 0 0.23 213.3 0.94 0.4
Hex 6 5B C5 61 36 0 17 D5 5E 28
Octal 6 133 305 141 66 0 27 325 136 50
Binary 110 1011011 11000101 1100001 110110 0 10111 11010101 1011110 101000

Color Harmonies of #065BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065BC5

Black with #065BC5

Text Example


Text Example

White with #065BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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