Html Css Color HEX #0976CA Navy Blue

📋 copy color: '#0976CA'

red 9 ◦ green 118 ◦ blue 202

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

Shades of Navy Blue #0976CA

Tints of Navy Blue #0976CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 2.74%
G = 35.87%
B = 61.4%

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

#0976CA (or 0x0976CA) is known color: Navy Blue. HEX triplet: 09, 76 and CA. RGB value is (9,118,202). Sum of RGB (Red+Green+Blue) = 9+118+202=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #0976CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0976CA is #F68935. Grayscale: #5E5E5E. Windows color (decimal): -16156982 or 13268489. OLE color: 13268489.

HSL color Cylindrical-coordinate representation of color #0976CA: hue angle of 206.11º 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 #0976CA is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 118 202 -
CMYK 0.96 0.42 0 0.21
HSL 206.11º 0.91% 0.41% -
HSV(B) 206.11º 0.96% 0.79% -
XYZ 17.25 17.28 58.3 -
YUV 94.99 188.39 66.67 -
System Red Green Blue C M Y K H S L
Decimal 9 118 202 0.96 0.42 0 0.21 206.11 0.91 0.41
Hex 9 76 CA 60 2A 0 15 CE 5B 29
Octal 11 166 312 140 52 0 25 316 133 51
Binary 1001 1110110 11001010 1100000 101010 0 10101 11001110 1011011 101001

Color Harmonies of #0976CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976CA

Black with #0976CA

Text Example


Text Example

White with #0976CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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