#097CC3

Color #097CC3 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #097CC3

Tints of Navy Blue #097CC3

Color information

#097CC3 (or 0x097CC3) is unknown color: approx Navy Blue. HEX triplet: 09, 7C and C3. RGB value is (9,124,195). Sum of RGB (Red+Green+Blue) = 9+124+195=328 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 195 (76.56% from 255 or 59.45% from 328); Max value from RGB is 195 - color contains mainly: blue. Hex color #097CC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CC3 is #F6833C. Grayscale: #616161. Windows color (decimal): -16155453 or 12811273. OLE color: 12811273.

HSL color Cylindrical-coordinate representation of color #097CC3: hue angle of 202.9º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097CC3 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9124195-
CMYK0.950.3600.24
HSL202.9º91.18%40%-
HSV(B)202.9º95.38%76.47%-
XYZ17.1718.4154.28-
YUV97.71182.964.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 195 (76.56% from 255) = 59.45%
R=2.74%
G=37.80%
B=59.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91241950.950.3600.24202.991.1840
Hex97CC35F24018cb5b28
Octal111743031374403031313350
Binary10011111100110000111011111100100011000110010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097CC3; }

 p { color: rgb(9,124,195); }

 H1.HeaderClassName
 {
   color: #097CC3;
 }
 .AnyTagClassName
 {
   color: #097CC3;
 }
</style>
background-color css

<style>
 a { background-color: #097CC3; }

 a { background-color: rgb(9,124,195); }

 div.DivClassName
 {
   background-color: #097CC3;
 }
 .BgClassName
 {
   background-color: #097CC3;
 }
</style>
border-color css

<style>
 span { border-color: #097CC3; }

 span { border-color: rgb(9,124,195); }

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