Html Css Color HEX #0975CA Navy Blue

📋 copy color: '#0975CA'

red 9 ◦ green 117 ◦ blue 202

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

Shades of Navy Blue #0975CA

Tints of Navy Blue #0975CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 2.74%
G = 35.67%
B = 61.59%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0975CA (or 0x0975CA) is known color: Navy Blue. HEX triplet: 09, 75 and CA. RGB value is (9,117,202). Sum of RGB (Red+Green+Blue) = 9+117+202=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #0975CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0975CA is #F68A35. Grayscale: #5D5D5D. Windows color (decimal): -16157238 or 13268233. OLE color: 13268233.

HSL color Cylindrical-coordinate representation of color #0975CA: hue angle of 206.42º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0975CA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 117 202 -
CMYK 0.96 0.42 0 0.21
HSL 206.42º 0.91% 0.41% -
HSV(B) 206.42º 0.96% 0.79% -
XYZ 17.13 17.04 58.26 -
YUV 94.4 188.72 67.09 -
System Red Green Blue C M Y K H S L
Decimal 9 117 202 0.96 0.42 0 0.21 206.42 0.91 0.41
Hex 9 75 CA 60 2A 0 15 CE 5B 29
Octal 11 165 312 140 52 0 25 316 133 51
Binary 1001 1110101 11001010 1100000 101010 0 10101 11001110 1011011 101001

Color Harmonies of #0975CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0975CA

Black with #0975CA

Text Example


Text Example

White with #0975CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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