Html Css Color HEX #097DE3 Navy Blue

📋 copy color: '#097DE3'

red 9 ◦ green 125 ◦ blue 227

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

Shades of Navy Blue #097DE3

Tints of Navy Blue #097DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 62.88%

R = 2.49%
G = 34.63%
B = 62.88%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#097DE3 (or 0x097DE3) is known color: Navy Blue. HEX triplet: 09, 7D and E3. RGB value is (9,125,227). Sum of RGB (Red+Green+Blue) = 9+125+227=361 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 227 (89.06% from 255 or 62.88% from 361); Max value from RGB is 227 - color contains mainly: blue. Hex color #097DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DE3 is #F6821C. Grayscale: #656565. Windows color (decimal): -16155165 or 14908681. OLE color: 14908681.

HSL color Cylindrical-coordinate representation of color #097DE3: hue angle of 208.07º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097DE3 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 125 227 -
CMYK 0.96 0.45 0 0.11
HSL 208.07º 0.92% 0.46% -
HSV(B) 208.07º 0.96% 0.89% -
XYZ 21.31 20.27 75.46 -
YUV 101.94 198.57 61.71 -
System Red Green Blue C M Y K H S L
Decimal 9 125 227 0.96 0.45 0 0.11 208.07 0.92 0.46
Hex 9 7D E3 60 2D 0 B D0 5C 2E
Octal 11 175 343 140 55 0 13 320 134 56
Binary 1001 1111101 11100011 1100000 101101 0 1011 11010000 1011100 101110

Color Harmonies of #097DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DE3

Black with #097DE3

Text Example


Text Example

White with #097DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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