#097DC3

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

Shades of Navy Blue #097DC3

Tints of Navy Blue #097DC3

Color information

#097DC3 (or 0x097DC3) is unknown color: approx Navy Blue. HEX triplet: 09, 7D and C3. RGB value is (9,125,195). Sum of RGB (Red+Green+Blue) = 9+125+195=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 195 (76.56% from 255 or 59.27% from 329); Max value from RGB is 195 - color contains mainly: blue. Hex color #097DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DC3 is #F6823C. Grayscale: #616161. Windows color (decimal): -16155197 or 12811529. OLE color: 12811529.

HSL color Cylindrical-coordinate representation of color #097DC3: hue angle of 202.58º 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 #097DC3 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9125195-
CMYK0.950.3600.24
HSL202.58º91.18%40%-
HSV(B)202.58º95.38%76.47%-
XYZ17.318.6754.32-
YUV98.3182.5764.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.74%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 195 (76.56% from 255) = 59.27%
R=2.74%
G=37.99%
B=59.27%

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
Decimal91251950.950.3600.24202.5891.1840
Hex97DC35F24018cb5b28
Octal111753031374403031313350
Binary10011111101110000111011111100100011000110010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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