Html Css Color HEX #0975DD Navy Blue

📋 copy color: '#0975DD'

red 9 ◦ green 117 ◦ blue 221

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

Shades of Navy Blue #0975DD

Tints of Navy Blue #0975DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 2.59%
G = 33.72%
B = 63.69%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0975DD (or 0x0975DD) is known color: Navy Blue. HEX triplet: 09, 75 and DD. RGB value is (9,117,221). Sum of RGB (Red+Green+Blue) = 9+117+221=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #0975DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975DD is #F68A22. Grayscale: #606060. Windows color (decimal): -16157219 or 14513417. OLE color: 14513417.

HSL color Cylindrical-coordinate representation of color #0975DD: hue angle of 209.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975DD is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 117 221 -
CMYK 0.96 0.47 0 0.13
HSL 209.43º 0.92% 0.45% -
HSV(B) 209.43º 0.96% 0.87% -
XYZ 19.53 18 70.85 -
YUV 96.56 198.22 65.54 -
System Red Green Blue C M Y K H S L
Decimal 9 117 221 0.96 0.47 0 0.13 209.43 0.92 0.45
Hex 9 75 DD 60 2F 0 D D1 5C 2D
Octal 11 165 335 140 57 0 15 321 134 55
Binary 1001 1110101 11011101 1100000 101111 0 1101 11010001 1011100 101101

Color Harmonies of #0975DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975DD

Black with #0975DD

Text Example


Text Example

White with #0975DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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