Html Css Color HEX #0958FD Navy Blue

📋 copy color: '#0958FD'

red 9 ◦ green 88 ◦ blue 253

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

Shades of Navy Blue #0958FD

Tints of Navy Blue #0958FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.29%

R = 2.57%
G = 25.14%
B = 72.29%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0958FD (or 0x0958FD) is known color: Navy Blue. HEX triplet: 09, 58 and FD. RGB value is (9,88,253). Sum of RGB (Red+Green+Blue) = 9+88+253=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #0958FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0958FD is #F6A702. Grayscale: #525252. Windows color (decimal): -16164611 or 16603145. OLE color: 16603145.

HSL color Cylindrical-coordinate representation of color #0958FD: hue angle of 220.57º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0958FD is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 88 253 -
CMYK 0.96 0.65 0 0.01
HSL 220.57º 0.98% 0.51% -
HSV(B) 220.57º 0.96% 0.99% -
XYZ 21.33 14.13 94.53 -
YUV 83.19 223.83 75.08 -
System Red Green Blue C M Y K H S L
Decimal 9 88 253 0.96 0.65 0 0.01 220.57 0.98 0.51
Hex 9 58 FD 60 41 0 1 DD 62 33
Octal 11 130 375 140 101 0 1 335 142 63
Binary 1001 1011000 11111101 1100000 1000001 0 1 11011101 1100010 110011

Color Harmonies of #0958FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0958FD

Black with #0958FD

Text Example


Text Example

White with #0958FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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