Html Css Color HEX #0975BF Navy Blue

📋 copy color: '#0975BF'

red 9 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0975BF

Tints of Navy Blue #0975BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.25%

R = 2.84%
G = 36.91%
B = 60.25%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0975BF (or 0x0975BF) is known color: Navy Blue. HEX triplet: 09, 75 and BF. RGB value is (9,117,191). Sum of RGB (Red+Green+Blue) = 9+117+191=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 191 (75% from 255 or 60.25% from 317); Max value from RGB is 191 - color contains mainly: blue. Hex color #0975BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975BF is #F68A40. Grayscale: #5C5C5C. Windows color (decimal): -16157249 or 12547337. OLE color: 12547337.

HSL color Cylindrical-coordinate representation of color #0975BF: hue angle of 204.4º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0975BF is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 117 191 -
CMYK 0.95 0.39 0 0.25
HSL 204.4º 0.91% 0.39% -
HSV(B) 204.4º 0.95% 0.75% -
XYZ 15.88 16.54 51.65 -
YUV 93.14 183.22 67.98 -
System Red Green Blue C M Y K H S L
Decimal 9 117 191 0.95 0.39 0 0.25 204.4 0.91 0.39
Hex 9 75 BF 5F 27 0 19 CC 5B 27
Octal 11 165 277 137 47 0 31 314 133 47
Binary 1001 1110101 10111111 1011111 100111 0 11001 11001100 1011011 100111

Color Harmonies of #0975BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975BF

Black with #0975BF

Text Example


Text Example

White with #0975BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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