Html Css Color HEX #0977CC Navy Blue

📋 copy color: '#0977CC'

red 9 ◦ green 119 ◦ blue 204

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

Shades of Navy Blue #0977CC

Tints of Navy Blue #0977CC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 2.71%
G = 35.84%
B = 61.45%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0977CC (or 0x0977CC) is known color: Navy Blue. HEX triplet: 09, 77 and CC. RGB value is (9,119,204). Sum of RGB (Red+Green+Blue) = 9+119+204=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #0977CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0977CC is #F68833. Grayscale: #5F5F5F. Windows color (decimal): -16156724 or 13399817. OLE color: 13399817.

HSL color Cylindrical-coordinate representation of color #0977CC: hue angle of 206.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0977CC is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 119 204 -
CMYK 0.96 0.42 0 0.2
HSL 206.15º 0.92% 0.42% -
HSV(B) 206.15º 0.96% 0.8% -
XYZ 17.61 17.61 59.6 -
YUV 95.8 189.06 66.09 -
System Red Green Blue C M Y K H S L
Decimal 9 119 204 0.96 0.42 0 0.2 206.15 0.92 0.42
Hex 9 77 CC 60 2A 0 14 CE 5C 2A
Octal 11 167 314 140 52 0 24 316 134 52
Binary 1001 1110111 11001100 1100000 101010 0 10100 11001110 1011100 101010

Color Harmonies of #0977CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977CC

Black with #0977CC

Text Example


Text Example

White with #0977CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0977CC; }

 p { color: rgb(9,119,204); }

 H1.HeaderClassName
 {
   color: #0977CC;
 }
 .AnyTagClassName
 {
   color: #0977CC;
 }
</style>

background-color css

<style>
 a { background-color: #0977CC; }

 a { background-color: rgb(9,119,204); }

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

border-color css

<style>
 span { border-color: #0977CC; }

 span { border-color: rgb(9,119,204); }

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