Html Css Color HEX #097DDD Navy Blue

📋 copy color: '#097DDD'

red 9 ◦ green 125 ◦ blue 221

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

Shades of Navy Blue #097DDD

Tints of Navy Blue #097DDD

RGB

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

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

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

R = 2.54%
G = 35.21%
B = 62.25%

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

#097DDD (or 0x097DDD) is known color: Navy Blue. HEX triplet: 09, 7D and DD. RGB value is (9,125,221). Sum of RGB (Red+Green+Blue) = 9+125+221=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #097DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097DDD is #F68222. Grayscale: #646464. Windows color (decimal): -16155171 or 14515465. OLE color: 14515465.

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

Color convert

RGB 9 125 221 -
CMYK 0.96 0.43 0 0.13
HSL 207.17º 0.92% 0.45% -
HSV(B) 207.17º 0.96% 0.87% -
XYZ 20.5 19.95 71.18 -
YUV 101.26 195.57 62.19 -
System Red Green Blue C M Y K H S L
Decimal 9 125 221 0.96 0.43 0 0.13 207.17 0.92 0.45
Hex 9 7D DD 60 2B 0 D CF 5C 2D
Octal 11 175 335 140 53 0 15 317 134 55
Binary 1001 1111101 11011101 1100000 101011 0 1101 11001111 1011100 101101

Color Harmonies of #097DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DDD

Black with #097DDD

Text Example


Text Example

White with #097DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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