Html Css Color HEX #065DF9 Navy Blue

📋 copy color: '#065DF9'

red 6 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #065DF9

Tints of Navy Blue #065DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.55%

R = 1.72%
G = 26.72%
B = 71.55%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#065DF9 (or 0x065DF9) is known color: Navy Blue. HEX triplet: 06, 5D and F9. RGB value is (6,93,249). Sum of RGB (Red+Green+Blue) = 6+93+249=348 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 249 (97.66% from 255 or 71.55% from 348); Max value from RGB is 249 - color contains mainly: blue. Hex color #065DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #065DF9 is #F9A206. Grayscale: #545454. Windows color (decimal): -16359943 or 16342278. OLE color: 16342278.

HSL color Cylindrical-coordinate representation of color #065DF9: hue angle of 218.52º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065DF9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 93 249 -
CMYK 0.98 0.63 0 0.02
HSL 218.52º 0.95% 0.5% -
HSV(B) 218.52º 0.98% 0.98% -
XYZ 21.09 14.71 91.35 -
YUV 84.77 220.68 71.82 -
System Red Green Blue C M Y K H S L
Decimal 6 93 249 0.98 0.63 0 0.02 218.52 0.95 0.5
Hex 6 5D F9 62 3F 0 2 DB 5F 32
Octal 6 135 371 142 77 0 2 333 137 62
Binary 110 1011101 11111001 1100010 111111 0 10 11011011 1011111 110010

Color Harmonies of #065DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065DF9

Black with #065DF9

Text Example


Text Example

White with #065DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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