Html Css Color HEX #0659EC Navy Blue

📋 copy color: '#0659EC'

red 6 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #0659EC

Tints of Navy Blue #0659EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 1.81%
G = 26.89%
B = 71.3%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0659EC (or 0x0659EC) is known color: Navy Blue. HEX triplet: 06, 59 and EC. RGB value is (6,89,236). Sum of RGB (Red+Green+Blue) = 6+89+236=331 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.81% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #0659EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0659EC is #F9A613. Grayscale: #505050. Windows color (decimal): -16360980 or 15489286. OLE color: 15489286.

HSL color Cylindrical-coordinate representation of color #0659EC: hue angle of 218.35º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0659EC is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 89 236 -
CMYK 0.97 0.62 0 0.07
HSL 218.35º 0.95% 0.47% -
HSV(B) 218.35º 0.97% 0.93% -
XYZ 18.79 13.24 80.92 -
YUV 80.94 215.5 74.55 -
System Red Green Blue C M Y K H S L
Decimal 6 89 236 0.97 0.62 0 0.07 218.35 0.95 0.47
Hex 6 59 EC 61 3E 0 7 DA 5F 2F
Octal 6 131 354 141 76 0 7 332 137 57
Binary 110 1011001 11101100 1100001 111110 0 111 11011010 1011111 101111

Color Harmonies of #0659EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0659EC

Black with #0659EC

Text Example


Text Example

White with #0659EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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