#097EC3

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

Shades of Navy Blue #097EC3

Tints of Navy Blue #097EC3

Color information

#097EC3 (or 0x097EC3) is unknown color: approx Navy Blue. HEX triplet: 09, 7E and C3. RGB value is (9,126,195). Sum of RGB (Red+Green+Blue) = 9+126+195=330 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.73% from 330); Green value is 126 (49.61% from 255 or 38.18% from 330); Blue value is 195 (76.56% from 255 or 59.09% from 330); Max value from RGB is 195 - color contains mainly: blue. Hex color #097EC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EC3 is #F6813C. Grayscale: #626262. Windows color (decimal): -16154941 or 12811785. OLE color: 12811785.

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

Color convert

RGB9126195-
CMYK0.950.3500.24
HSL202.26º91.18%40%-
HSV(B)202.26º95.38%76.47%-
XYZ17.4218.9254.36-
YUV98.88182.2463.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.73%
GREEN value IS 126 (49.61% from 255) = 38.18%
BLUE value IS 195 (76.56% from 255) = 59.09%
R=2.73%
G=38.18%
B=59.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91261950.950.3500.24202.2691.1840
Hex97EC35F23018ca5b28
Octal111763031374303031213350
Binary10011111110110000111011111100011011000110010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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