Html Css Color HEX #065CC5 Navy Blue

📋 copy color: '#065CC5'

red 6 ◦ green 92 ◦ blue 197

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

Shades of Navy Blue #065CC5

Tints of Navy Blue #065CC5

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

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

R = 2.03%
G = 31.19%
B = 66.78%

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

#065CC5 (or 0x065CC5) is known color: Navy Blue. HEX triplet: 06, 5C and C5. RGB value is (6,92,197). Sum of RGB (Red+Green+Blue) = 6+92+197=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #065CC5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065CC5 is #F9A33A. Grayscale: #4D4D4D. Windows color (decimal): -16360251 or 12934150. OLE color: 12934150.

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

Color convert

RGB 6 92 197 -
CMYK 0.97 0.53 0 0.23
HSL 212.98º 0.94% 0.4% -
HSV(B) 212.98º 0.97% 0.77% -
XYZ 13.98 11.72 54.35 -
YUV 78.26 195.01 76.46 -
System Red Green Blue C M Y K H S L
Decimal 6 92 197 0.97 0.53 0 0.23 212.98 0.94 0.4
Hex 6 5C C5 61 35 0 17 D5 5E 28
Octal 6 134 305 141 65 0 27 325 136 50
Binary 110 1011100 11000101 1100001 110101 0 10111 11010101 1011110 101000

Color Harmonies of #065CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065CC5

Black with #065CC5

Text Example


Text Example

White with #065CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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