Html Css Color HEX #097AE5 Navy Blue

📋 copy color: '#097AE5'

red 9 ◦ green 122 ◦ blue 229

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

Shades of Navy Blue #097AE5

Tints of Navy Blue #097AE5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 2.5%
G = 33.89%
B = 63.61%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#097AE5 (or 0x097AE5) is known color: Navy Blue. HEX triplet: 09, 7A and E5. RGB value is (9,122,229). Sum of RGB (Red+Green+Blue) = 9+122+229=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #097AE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097AE5 is #F6851A. Grayscale: #636363. Windows color (decimal): -16155931 or 15038985. OLE color: 15038985.

HSL color Cylindrical-coordinate representation of color #097AE5: hue angle of 209.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097AE5 is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 122 229 -
CMYK 0.96 0.47 0 0.10
HSL 209.18º 0.92% 0.47% -
HSV(B) 209.18º 0.96% 0.9% -
XYZ 21.22 19.63 76.8 -
YUV 100.41 200.56 62.8 -
System Red Green Blue C M Y K H S L
Decimal 9 122 229 0.96 0.47 0 0.10 209.18 0.92 0.47
Hex 9 7A E5 60 2F 0 A D1 5C 2F
Octal 11 172 345 140 57 0 12 321 134 57
Binary 1001 1111010 11100101 1100000 101111 0 1010 11010001 1011100 101111

Color Harmonies of #097AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097AE5

Black with #097AE5

Text Example


Text Example

White with #097AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,122,229); }

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

background-color css

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

 a { background-color: rgb(9,122,229); }

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

border-color css

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

 span { border-color: rgb(9,122,229); }

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