Html Css Color HEX #0950FB Navy Blue

📋 copy color: '#0950FB'

red 9 ◦ green 80 ◦ blue 251

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

Shades of Navy Blue #0950FB

Tints of Navy Blue #0950FB

RGB

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

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

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

R = 2.65%
G = 23.53%
B = 73.82%

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

#0950FB (or 0x0950FB) is known color: Navy Blue. HEX triplet: 09, 50 and FB. RGB value is (9,80,251). Sum of RGB (Red+Green+Blue) = 9+80+251=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #0950FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950FB is #F6AF04. Grayscale: #4D4D4D. Windows color (decimal): -16166661 or 16470025. OLE color: 16470025.

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

Color convert

RGB 9 80 251 -
CMYK 0.96 0.68 0 0.02
HSL 222.4º 0.97% 0.51% -
HSV(B) 222.4º 0.96% 0.98% -
XYZ 20.39 12.76 92.65 -
YUV 78.27 225.48 78.6 -
System Red Green Blue C M Y K H S L
Decimal 9 80 251 0.96 0.68 0 0.02 222.4 0.97 0.51
Hex 9 50 FB 60 44 0 2 DE 61 33
Octal 11 120 373 140 104 0 2 336 141 63
Binary 1001 1010000 11111011 1100000 1000100 0 10 11011110 1100001 110011

Color Harmonies of #0950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950FB

Black with #0950FB

Text Example


Text Example

White with #0950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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