Html Css Color HEX #0959FE Navy Blue

📋 copy color: '#0959FE'

red 9 ◦ green 89 ◦ blue 254

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

Shades of Navy Blue #0959FE

Tints of Navy Blue #0959FE

RGB

 RED value IS 9 (3.91% from 255) = 2.56%

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

 BLUE value IS 254 (99.61% from 255) = 72.16%

R = 2.56%
G = 25.28%
B = 72.16%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0959FE (or 0x0959FE) is known color: Navy Blue. HEX triplet: 09, 59 and FE. RGB value is (9,89,254). Sum of RGB (Red+Green+Blue) = 9+89+254=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #0959FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0959FE is #F6A601. Grayscale: #535353. Windows color (decimal): -16164354 or 16668937. OLE color: 16668937.

HSL color Cylindrical-coordinate representation of color #0959FE: hue angle of 220.41º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0959FE is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 89 254 -
CMYK 0.96 0.65 0 0.00
HSL 220.41º 0.99% 0.52% -
HSV(B) 220.41º 0.96% 1% -
XYZ 21.57 14.36 95.4 -
YUV 83.89 224 74.58 -
System Red Green Blue C M Y K H S L
Decimal 9 89 254 0.96 0.65 0 0.00 220.41 0.99 0.52
Hex 9 59 FE 60 41 0 0 DC 63 34
Octal 11 131 376 140 101 0 0 334 143 64
Binary 1001 1011001 11111110 1100000 1000001 0 0 11011100 1100011 110100

Color Harmonies of #0959FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959FE

Black with #0959FE

Text Example


Text Example

White with #0959FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0959FE; }

 p { color: rgb(9,89,254); }

 H1.HeaderClassName
 {
   color: #0959FE;
 }
 .AnyTagClassName
 {
   color: #0959FE;
 }
</style>

background-color css

<style>
 a { background-color: #0959FE; }

 a { background-color: rgb(9,89,254); }

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

border-color css

<style>
 span { border-color: #0959FE; }

 span { border-color: rgb(9,89,254); }

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