Html Css Color HEX #065DC9 Navy Blue

📋 copy color: '#065DC9'

red 6 ◦ green 93 ◦ blue 201

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

Shades of Navy Blue #065DC9

Tints of Navy Blue #065DC9

RGB

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

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

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

R = 2%
G = 31%
B = 67%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#065DC9 (or 0x065DC9) is known color: Navy Blue. HEX triplet: 06, 5D and C9. RGB value is (6,93,201). Sum of RGB (Red+Green+Blue) = 6+93+201=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #065DC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #065DC9 is #F9A236. Grayscale: #4E4E4E. Windows color (decimal): -16359991 or 13196550. OLE color: 13196550.

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

Color convert

RGB 6 93 201 -
CMYK 0.97 0.54 0 0.21
HSL 213.23º 0.94% 0.41% -
HSV(B) 213.23º 0.97% 0.79% -
XYZ 14.53 12.08 56.82 -
YUV 79.3 196.68 75.72 -
System Red Green Blue C M Y K H S L
Decimal 6 93 201 0.97 0.54 0 0.21 213.23 0.94 0.41
Hex 6 5D C9 61 36 0 15 D5 5E 29
Octal 6 135 311 141 66 0 25 325 136 51
Binary 110 1011101 11001001 1100001 110110 0 10101 11010101 1011110 101001

Color Harmonies of #065DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DC9

Black with #065DC9

Text Example


Text Example

White with #065DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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