Html Css Color HEX #0975EB Navy Blue

📋 copy color: '#0975EB'

red 9 ◦ green 117 ◦ blue 235

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

Shades of Navy Blue #0975EB

Tints of Navy Blue #0975EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 235 (92.19% from 255) = 65.1%

R = 2.49%
G = 32.41%
B = 65.1%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0975EB (or 0x0975EB) is known color: Navy Blue. HEX triplet: 09, 75 and EB. RGB value is (9,117,235). Sum of RGB (Red+Green+Blue) = 9+117+235=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 235 (92.19% from 255 or 65.10% from 361); Max value from RGB is 235 - color contains mainly: blue. Hex color #0975EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0975EB is #F68A14. Grayscale: #616161. Windows color (decimal): -16157205 or 15430921. OLE color: 15430921.

HSL color Cylindrical-coordinate representation of color #0975EB: hue angle of 211.33º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975EB is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 117 235 -
CMYK 0.96 0.50 0 0.08
HSL 211.33º 0.93% 0.48% -
HSV(B) 211.33º 0.96% 0.92% -
XYZ 21.47 18.78 81.09 -
YUV 98.16 205.22 64.41 -
System Red Green Blue C M Y K H S L
Decimal 9 117 235 0.96 0.50 0 0.08 211.33 0.93 0.48
Hex 9 75 EB 60 32 0 8 D3 5D 30
Octal 11 165 353 140 62 0 10 323 135 60
Binary 1001 1110101 11101011 1100000 110010 0 1000 11010011 1011101 110000

Color Harmonies of #0975EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975EB

Black with #0975EB

Text Example


Text Example

White with #0975EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0975EB; }

 p { color: rgb(9,117,235); }

 H1.HeaderClassName
 {
   color: #0975EB;
 }
 .AnyTagClassName
 {
   color: #0975EB;
 }
</style>

background-color css

<style>
 a { background-color: #0975EB; }

 a { background-color: rgb(9,117,235); }

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

border-color css

<style>
 span { border-color: #0975EB; }

 span { border-color: rgb(9,117,235); }

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