Html Css Color HEX #0961FA Navy Blue

📋 copy color: '#0961FA'

red 9 ◦ green 97 ◦ blue 250

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

Shades of Navy Blue #0961FA

Tints of Navy Blue #0961FA

RGB

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

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

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

R = 2.53%
G = 27.25%
B = 70.22%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0961FA (or 0x0961FA) is known color: Navy Blue. HEX triplet: 09, 61 and FA. RGB value is (9,97,250). Sum of RGB (Red+Green+Blue) = 9+97+250=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #0961FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961FA is #F69E05. Grayscale: #575757. Windows color (decimal): -16162310 or 16408841. OLE color: 16408841.

HSL color Cylindrical-coordinate representation of color #0961FA: hue angle of 218.09º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0961FA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 97 250 -
CMYK 0.96 0.61 0 0.02
HSL 218.09º 0.96% 0.51% -
HSV(B) 218.09º 0.96% 0.98% -
XYZ 21.64 15.51 92.3 -
YUV 88.13 219.35 71.56 -
System Red Green Blue C M Y K H S L
Decimal 9 97 250 0.96 0.61 0 0.02 218.09 0.96 0.51
Hex 9 61 FA 60 3D 0 2 DA 60 33
Octal 11 141 372 140 75 0 2 332 140 63
Binary 1001 1100001 11111010 1100000 111101 0 10 11011010 1100000 110011

Color Harmonies of #0961FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961FA

Black with #0961FA

Text Example


Text Example

White with #0961FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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