Html Css Color HEX #065EC9 Navy Blue

📋 copy color: '#065EC9'

red 6 ◦ green 94 ◦ blue 201

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

Shades of Navy Blue #065EC9

Tints of Navy Blue #065EC9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 1.99%
G = 31.23%
B = 66.78%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#065EC9 (or 0x065EC9) is known color: Navy Blue. HEX triplet: 06, 5E and C9. RGB value is (6,94,201). Sum of RGB (Red+Green+Blue) = 6+94+201=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #065EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065EC9 is #F9A136. Grayscale: #4F4F4F. Windows color (decimal): -16359735 or 13196806. OLE color: 13196806.

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

Color convert

RGB 6 94 201 -
CMYK 0.97 0.53 0 0.21
HSL 212.92º 0.94% 0.41% -
HSV(B) 212.92º 0.97% 0.79% -
XYZ 14.62 12.26 56.85 -
YUV 79.89 196.35 75.3 -
System Red Green Blue C M Y K H S L
Decimal 6 94 201 0.97 0.53 0 0.21 212.92 0.94 0.41
Hex 6 5E C9 61 35 0 15 D5 5E 29
Octal 6 136 311 141 65 0 25 325 136 51
Binary 110 1011110 11001001 1100001 110101 0 10101 11010101 1011110 101001

Color Harmonies of #065EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065EC9

Black with #065EC9

Text Example


Text Example

White with #065EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,94,201); }

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

background-color css

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

 a { background-color: rgb(6,94,201); }

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

border-color css

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

 span { border-color: rgb(6,94,201); }

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