Html Css Color HEX #097DE6 Navy Blue

📋 copy color: '#097DE6'

red 9 ◦ green 125 ◦ blue 230

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

Shades of Navy Blue #097DE6

Tints of Navy Blue #097DE6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

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

R = 2.47%
G = 34.34%
B = 63.19%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#097DE6 (or 0x097DE6) is known color: Navy Blue. HEX triplet: 09, 7D and E6. RGB value is (9,125,230). Sum of RGB (Red+Green+Blue) = 9+125+230=364 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.47% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 230 (90.23% from 255 or 63.19% from 364); Max value from RGB is 230 - color contains mainly: blue. Hex color #097DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DE6 is #F68219. Grayscale: #656565. Windows color (decimal): -16155162 or 15105289. OLE color: 15105289.

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

Color convert

RGB 9 125 230 -
CMYK 0.96 0.46 0 0.10
HSL 208.51º 0.92% 0.47% -
HSV(B) 208.51º 0.96% 0.9% -
XYZ 21.73 20.44 77.66 -
YUV 102.29 200.07 61.46 -
System Red Green Blue C M Y K H S L
Decimal 9 125 230 0.96 0.46 0 0.10 208.51 0.92 0.47
Hex 9 7D E6 60 2E 0 A D1 5C 2F
Octal 11 175 346 140 56 0 12 321 134 57
Binary 1001 1111101 11100110 1100000 101110 0 1010 11010001 1011100 101111

Color Harmonies of #097DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DE6

Black with #097DE6

Text Example


Text Example

White with #097DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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