Html Css Color HEX #097EDD Navy Blue

📋 copy color: '#097EDD'

red 9 ◦ green 126 ◦ blue 221

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

Shades of Navy Blue #097EDD

Tints of Navy Blue #097EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 2.53%
G = 35.39%
B = 62.08%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#097EDD (or 0x097EDD) is known color: Navy Blue. HEX triplet: 09, 7E and DD. RGB value is (9,126,221). Sum of RGB (Red+Green+Blue) = 9+126+221=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #097EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097EDD is #F68122. Grayscale: #656565. Windows color (decimal): -16154915 or 14515721. OLE color: 14515721.

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

Color convert

RGB 9 126 221 -
CMYK 0.96 0.43 0 0.13
HSL 206.89º 0.92% 0.45% -
HSV(B) 206.89º 0.96% 0.87% -
XYZ 20.62 20.2 71.22 -
YUV 101.85 195.24 61.78 -
System Red Green Blue C M Y K H S L
Decimal 9 126 221 0.96 0.43 0 0.13 206.89 0.92 0.45
Hex 9 7E DD 60 2B 0 D CF 5C 2D
Octal 11 176 335 140 53 0 15 317 134 55
Binary 1001 1111110 11011101 1100000 101011 0 1101 11001111 1011100 101101

Color Harmonies of #097EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097EDD

Black with #097EDD

Text Example


Text Example

White with #097EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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