Html Css Color HEX #0659FA Navy Blue

📋 copy color: '#0659FA'

red 6 ◦ green 89 ◦ blue 250

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

Shades of Navy Blue #0659FA

Tints of Navy Blue #0659FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 250 (98.05% from 255) = 72.46%

R = 1.74%
G = 25.8%
B = 72.46%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0659FA (or 0x0659FA) is known color: Navy Blue. HEX triplet: 06, 59 and FA. RGB value is (6,89,250). Sum of RGB (Red+Green+Blue) = 6+89+250=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 250 (98.05% from 255 or 72.46% from 345); Max value from RGB is 250 - color contains mainly: blue. Hex color #0659FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0659FA is #F9A605. Grayscale: #515151. Windows color (decimal): -16360966 or 16406790. OLE color: 16406790.

HSL color Cylindrical-coordinate representation of color #0659FA: hue angle of 219.59º degrees, saturation: 0.96, 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 #0659FA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 89 250 -
CMYK 0.98 0.64 0 0.02
HSL 219.59º 0.96% 0.5% -
HSV(B) 219.59º 0.98% 0.98% -
XYZ 20.9 14.09 92.06 -
YUV 82.54 222.5 73.41 -
System Red Green Blue C M Y K H S L
Decimal 6 89 250 0.98 0.64 0 0.02 219.59 0.96 0.5
Hex 6 59 FA 62 40 0 2 DC 60 32
Octal 6 131 372 142 100 0 2 334 140 62
Binary 110 1011001 11111010 1100010 1000000 0 10 11011100 1100000 110010

Color Harmonies of #0659FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0659FA

Black with #0659FA

Text Example


Text Example

White with #0659FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0659FA; }

 p { color: rgb(6,89,250); }

 H1.HeaderClassName
 {
   color: #0659FA;
 }
 .AnyTagClassName
 {
   color: #0659FA;
 }
</style>

background-color css

<style>
 a { background-color: #0659FA; }

 a { background-color: rgb(6,89,250); }

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

border-color css

<style>
 span { border-color: #0659FA; }

 span { border-color: rgb(6,89,250); }

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