Html Css Color HEX #0961FE Navy Blue

📋 copy color: '#0961FE'

red 9 ◦ green 97 ◦ blue 254

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

Shades of Navy Blue #0961FE

Tints of Navy Blue #0961FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.94%

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

R = 2.5%
G = 26.94%
B = 70.56%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0961FE (or 0x0961FE) is known color: Navy Blue. HEX triplet: 09, 61 and FE. RGB value is (9,97,254). Sum of RGB (Red+Green+Blue) = 9+97+254=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #0961FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961FE is #F69E01. Grayscale: #575757. Windows color (decimal): -16162306 or 16670985. OLE color: 16670985.

HSL color Cylindrical-coordinate representation of color #0961FE: hue angle of 218.45º 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 #0961FE is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 9 97 254 -
CMYK 0.96 0.62 0 0.00
HSL 218.45º 0.99% 0.52% -
HSV(B) 218.45º 0.96% 1% -
XYZ 22.28 15.76 95.63 -
YUV 88.59 221.35 71.23 -
System Red Green Blue C M Y K H S L
Decimal 9 97 254 0.96 0.62 0 0.00 218.45 0.99 0.52
Hex 9 61 FE 60 3E 0 0 DA 63 34
Octal 11 141 376 140 76 0 0 332 143 64
Binary 1001 1100001 11111110 1100000 111110 0 0 11011010 1100011 110100

Color Harmonies of #0961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961FE

Black with #0961FE

Text Example


Text Example

White with #0961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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