Html Css Color HEX #0956F2 Navy Blue

📋 copy color: '#0956F2'

red 9 ◦ green 86 ◦ blue 242

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

Shades of Navy Blue #0956F2

Tints of Navy Blue #0956F2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.52%

 BLUE value IS 242 (94.92% from 255) = 71.81%

R = 2.67%
G = 25.52%
B = 71.81%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0956F2 (or 0x0956F2) is known color: Navy Blue. HEX triplet: 09, 56 and F2. RGB value is (9,86,242). Sum of RGB (Red+Green+Blue) = 9+86+242=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #0956F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0956F2 is #F6A90D. Grayscale: #505050. Windows color (decimal): -16165134 or 15881737. OLE color: 15881737.

HSL color Cylindrical-coordinate representation of color #0956F2: hue angle of 220.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0956F2 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 86 242 -
CMYK 0.96 0.64 0 0.05
HSL 220.17º 0.93% 0.49% -
HSV(B) 220.17º 0.96% 0.95% -
XYZ 19.47 13.12 85.51 -
YUV 80.76 218.99 76.82 -
System Red Green Blue C M Y K H S L
Decimal 9 86 242 0.96 0.64 0 0.05 220.17 0.93 0.49
Hex 9 56 F2 60 40 0 5 DC 5D 31
Octal 11 126 362 140 100 0 5 334 135 61
Binary 1001 1010110 11110010 1100000 1000000 0 101 11011100 1011101 110001

Color Harmonies of #0956F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0956F2

Black with #0956F2

Text Example


Text Example

White with #0956F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0956F2; }

 p { color: rgb(9,86,242); }

 H1.HeaderClassName
 {
   color: #0956F2;
 }
 .AnyTagClassName
 {
   color: #0956F2;
 }
</style>

background-color css

<style>
 a { background-color: #0956F2; }

 a { background-color: rgb(9,86,242); }

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

border-color css

<style>
 span { border-color: #0956F2; }

 span { border-color: rgb(9,86,242); }

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