Html Css Color HEX #097BDD Navy Blue

📋 copy color: '#097BDD'

red 9 ◦ green 123 ◦ blue 221

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

Shades of Navy Blue #097BDD

Tints of Navy Blue #097BDD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 2.55%
G = 34.84%
B = 62.61%

CMYK

 C value IS 0.96

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#097BDD (or 0x097BDD) is known color: Navy Blue. HEX triplet: 09, 7B and DD. RGB value is (9,123,221). Sum of RGB (Red+Green+Blue) = 9+123+221=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #097BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097BDD is #F68422. Grayscale: #636363. Windows color (decimal): -16155683 or 14514953. OLE color: 14514953.

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

Color convert

RGB 9 123 221 -
CMYK 0.96 0.44 0 0.13
HSL 207.74º 0.92% 0.45% -
HSV(B) 207.74º 0.96% 0.87% -
XYZ 20.25 19.44 71.09 -
YUV 100.09 196.23 63.03 -
System Red Green Blue C M Y K H S L
Decimal 9 123 221 0.96 0.44 0 0.13 207.74 0.92 0.45
Hex 9 7B DD 60 2C 0 D D0 5C 2D
Octal 11 173 335 140 54 0 15 320 134 55
Binary 1001 1111011 11011101 1100000 101100 0 1101 11010000 1011100 101101

Color Harmonies of #097BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BDD

Black with #097BDD

Text Example


Text Example

White with #097BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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