Html Css Color HEX #0950F9 Navy Blue

📋 copy color: '#0950F9'

red 9 ◦ green 80 ◦ blue 249

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

Shades of Navy Blue #0950F9

Tints of Navy Blue #0950F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 249 (97.66% from 255) = 73.67%

R = 2.66%
G = 23.67%
B = 73.67%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0950F9 (or 0x0950F9) is known color: Navy Blue. HEX triplet: 09, 50 and F9. RGB value is (9,80,249). Sum of RGB (Red+Green+Blue) = 9+80+249=338 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.66% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 249 (97.66% from 255 or 73.67% from 338); Max value from RGB is 249 - color contains mainly: blue. Hex color #0950F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950F9 is #F6AF06. Grayscale: #4D4D4D. Windows color (decimal): -16166663 or 16338953. OLE color: 16338953.

HSL color Cylindrical-coordinate representation of color #0950F9: hue angle of 222.25º degrees, saturation: 0.95, 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 #0950F9 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 80 249 -
CMYK 0.96 0.68 0 0.02
HSL 222.25º 0.95% 0.51% -
HSV(B) 222.25º 0.96% 0.98% -
XYZ 20.08 12.63 91 -
YUV 78.04 224.48 78.76 -
System Red Green Blue C M Y K H S L
Decimal 9 80 249 0.96 0.68 0 0.02 222.25 0.95 0.51
Hex 9 50 F9 60 44 0 2 DE 5F 33
Octal 11 120 371 140 104 0 2 336 137 63
Binary 1001 1010000 11111001 1100000 1000100 0 10 11011110 1011111 110011

Color Harmonies of #0950F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950F9

Black with #0950F9

Text Example


Text Example

White with #0950F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0950F9; }

 p { color: rgb(9,80,249); }

 H1.HeaderClassName
 {
   color: #0950F9;
 }
 .AnyTagClassName
 {
   color: #0950F9;
 }
</style>

background-color css

<style>
 a { background-color: #0950F9; }

 a { background-color: rgb(9,80,249); }

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

border-color css

<style>
 span { border-color: #0950F9; }

 span { border-color: rgb(9,80,249); }

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