#097CE7

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

Shades of Navy Blue #097CE7

Tints of Navy Blue #097CE7

Color information

#097CE7 (or 0x097CE7) is unknown color: approx Navy Blue. HEX triplet: 09, 7C and E7. RGB value is (9,124,231). Sum of RGB (Red+Green+Blue) = 9+124+231=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 231 (90.62% from 255 or 63.46% from 364); Max value from RGB is 231 - color contains mainly: blue. Hex color #097CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CE7 is #F68318. Grayscale: #656565. Windows color (decimal): -16155417 or 15170569. OLE color: 15170569.

HSL color Cylindrical-coordinate representation of color #097CE7: hue angle of 208.92º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CE7 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9124231-
CMYK0.960.4600.09
HSL208.92º92.5%47.06%-
HSV(B)208.92º96.1%90.59%-
XYZ21.7420.2478.36-
YUV101.81200.961.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.47%
GREEN value IS 124 (48.83% from 255) = 34.07%
BLUE value IS 231 (90.62% from 255) = 63.46%
R=2.47%
G=34.07%
B=63.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal91242310.960.4600.09208.9292.547.06
Hex97CE7602E09d15c2f
Octal111743471405601132113457
Binary1001111110011100111110000010111001001110100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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