Html Css Color HEX #0961FB Navy Blue

📋 copy color: '#0961FB'

red 9 ◦ green 97 ◦ blue 251

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

Shades of Navy Blue #0961FB

Tints of Navy Blue #0961FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 2.52%
G = 27.17%
B = 70.31%

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

#0961FB (or 0x0961FB) is known color: Navy Blue. HEX triplet: 09, 61 and FB. RGB value is (9,97,251). Sum of RGB (Red+Green+Blue) = 9+97+251=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #0961FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0961FB is #F69E04. Grayscale: #575757. Windows color (decimal): -16162309 or 16474377. OLE color: 16474377.

HSL color Cylindrical-coordinate representation of color #0961FB: hue angle of 218.18º degrees, saturation: 0.97, 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 #0961FB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 97 251 -
CMYK 0.96 0.61 0 0.02
HSL 218.18º 0.97% 0.51% -
HSV(B) 218.18º 0.96% 0.98% -
XYZ 21.8 15.57 93.12 -
YUV 88.24 219.85 71.48 -
System Red Green Blue C M Y K H S L
Decimal 9 97 251 0.96 0.61 0 0.02 218.18 0.97 0.51
Hex 9 61 FB 60 3D 0 2 DA 61 33
Octal 11 141 373 140 75 0 2 332 141 63
Binary 1001 1100001 11111011 1100000 111101 0 10 11011010 1100001 110011

Color Harmonies of #0961FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0961FB

Black with #0961FB

Text Example


Text Example

White with #0961FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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