Html Css Color HEX #0958F3 Navy Blue

📋 copy color: '#0958F3'

red 9 ◦ green 88 ◦ blue 243

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

Shades of Navy Blue #0958F3

Tints of Navy Blue #0958F3

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 243 (95.31% from 255) = 71.47%

R = 2.65%
G = 25.88%
B = 71.47%

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

#0958F3 (or 0x0958F3) is known color: Navy Blue. HEX triplet: 09, 58 and F3. RGB value is (9,88,243). Sum of RGB (Red+Green+Blue) = 9+88+243=340 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 243 (95.31% from 255 or 71.47% from 340); Max value from RGB is 243 - color contains mainly: blue. Hex color #0958F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0958F3 is #F6A70C. Grayscale: #515151. Windows color (decimal): -16164621 or 15947785. OLE color: 15947785.

HSL color Cylindrical-coordinate representation of color #0958F3: hue angle of 219.74º 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 #0958F3 is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 88 243 -
CMYK 0.96 0.64 0 0.05
HSL 219.74º 0.93% 0.49% -
HSV(B) 219.74º 0.96% 0.95% -
XYZ 19.78 13.51 86.36 -
YUV 82.05 218.83 75.9 -
System Red Green Blue C M Y K H S L
Decimal 9 88 243 0.96 0.64 0 0.05 219.74 0.93 0.49
Hex 9 58 F3 60 40 0 5 DC 5D 31
Octal 11 130 363 140 100 0 5 334 135 61
Binary 1001 1011000 11110011 1100000 1000000 0 101 11011100 1011101 110001

Color Harmonies of #0958F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958F3

Black with #0958F3

Text Example


Text Example

White with #0958F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0958F3; }

 p { color: rgb(9,88,243); }

 H1.HeaderClassName
 {
   color: #0958F3;
 }
 .AnyTagClassName
 {
   color: #0958F3;
 }
</style>

background-color css

<style>
 a { background-color: #0958F3; }

 a { background-color: rgb(9,88,243); }

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

border-color css

<style>
 span { border-color: #0958F3; }

 span { border-color: rgb(9,88,243); }

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