Html Css Color HEX #0973C8 Navy Blue

📋 copy color: '#0973C8'

red 9 ◦ green 115 ◦ blue 200

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

Shades of Navy Blue #0973C8

Tints of Navy Blue #0973C8

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.49%

 BLUE value IS 200 (78.52% from 255) = 61.73%

R = 2.78%
G = 35.49%
B = 61.73%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0973C8 (or 0x0973C8) is known color: Navy Blue. HEX triplet: 09, 73 and C8. RGB value is (9,115,200). Sum of RGB (Red+Green+Blue) = 9+115+200=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #0973C8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0973C8 is #F68C37. Grayscale: #5C5C5C. Windows color (decimal): -16157752 or 13136649. OLE color: 13136649.

HSL color Cylindrical-coordinate representation of color #0973C8: hue angle of 206.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0973C8 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 115 200 -
CMYK 0.96 0.42 0 0.22
HSL 206.7º 0.91% 0.41% -
HSV(B) 206.7º 0.96% 0.78% -
XYZ 16.67 16.49 56.95 -
YUV 93 188.38 68.09 -
System Red Green Blue C M Y K H S L
Decimal 9 115 200 0.96 0.42 0 0.22 206.7 0.91 0.41
Hex 9 73 C8 60 2A 0 16 CF 5B 29
Octal 11 163 310 140 52 0 26 317 133 51
Binary 1001 1110011 11001000 1100000 101010 0 10110 11001111 1011011 101001

Color Harmonies of #0973C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0973C8

Black with #0973C8

Text Example


Text Example

White with #0973C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0973C8; }

 p { color: rgb(9,115,200); }

 H1.HeaderClassName
 {
   color: #0973C8;
 }
 .AnyTagClassName
 {
   color: #0973C8;
 }
</style>

background-color css

<style>
 a { background-color: #0973C8; }

 a { background-color: rgb(9,115,200); }

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

border-color css

<style>
 span { border-color: #0973C8; }

 span { border-color: rgb(9,115,200); }

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