Html Css Color HEX #097EC6 Navy Blue

📋 copy color: '#097EC6'

red 9 ◦ green 126 ◦ blue 198

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

Shades of Navy Blue #097EC6

Tints of Navy Blue #097EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.84%

 BLUE value IS 198 (77.73% from 255) = 59.46%

R = 2.7%
G = 37.84%
B = 59.46%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#097EC6 (or 0x097EC6) is known color: Navy Blue. HEX triplet: 09, 7E and C6. RGB value is (9,126,198). Sum of RGB (Red+Green+Blue) = 9+126+198=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 198 (77.73% from 255 or 59.46% from 333); Max value from RGB is 198 - color contains mainly: blue. Hex color #097EC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EC6 is #F68139. Grayscale: #626262. Windows color (decimal): -16154938 or 13008393. OLE color: 13008393.

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

Color convert

RGB 9 126 198 -
CMYK 0.95 0.36 0 0.22
HSL 202.86º 0.91% 0.41% -
HSV(B) 202.86º 0.95% 0.78% -
XYZ 17.77 19.06 56.17 -
YUV 99.23 183.74 63.65 -
System Red Green Blue C M Y K H S L
Decimal 9 126 198 0.95 0.36 0 0.22 202.86 0.91 0.41
Hex 9 7E C6 5F 24 0 16 CB 5B 29
Octal 11 176 306 137 44 0 26 313 133 51
Binary 1001 1111110 11000110 1011111 100100 0 10110 11001011 1011011 101001

Color Harmonies of #097EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097EC6

Black with #097EC6

Text Example


Text Example

White with #097EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #097EC6;
 }
 .AnyTagClassName
 {
   color: #097EC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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