Html Css Color HEX #097EE6 Navy Blue

📋 copy color: '#097EE6'

red 9 ◦ green 126 ◦ blue 230

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

Shades of Navy Blue #097EE6

Tints of Navy Blue #097EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.01%

R = 2.47%
G = 34.52%
B = 63.01%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#097EE6 (or 0x097EE6) is known color: Navy Blue. HEX triplet: 09, 7E and E6. RGB value is (9,126,230). Sum of RGB (Red+Green+Blue) = 9+126+230=365 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #097EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097EE6 is #F68119. Grayscale: #666666. Windows color (decimal): -16154906 or 15105545. OLE color: 15105545.

HSL color Cylindrical-coordinate representation of color #097EE6: hue angle of 208.24º 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 #097EE6 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 126 230 -
CMYK 0.96 0.45 0 0.10
HSL 208.24º 0.92% 0.47% -
HSV(B) 208.24º 0.96% 0.9% -
XYZ 21.86 20.69 77.71 -
YUV 102.87 199.74 61.04 -
System Red Green Blue C M Y K H S L
Decimal 9 126 230 0.96 0.45 0 0.10 208.24 0.92 0.47
Hex 9 7E E6 60 2D 0 A D0 5C 2F
Octal 11 176 346 140 55 0 12 320 134 57
Binary 1001 1111110 11100110 1100000 101101 0 1010 11010000 1011100 101111

Color Harmonies of #097EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097EE6

Black with #097EE6

Text Example


Text Example

White with #097EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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