Html Css Color HEX #097FDA Navy Blue

📋 copy color: '#097FDA'

red 9 ◦ green 127 ◦ blue 218

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

Shades of Navy Blue #097FDA

Tints of Navy Blue #097FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 35.88%

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 2.54%
G = 35.88%
B = 61.58%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#097FDA (or 0x097FDA) is known color: Navy Blue. HEX triplet: 09, 7F and DA. RGB value is (9,127,218). Sum of RGB (Red+Green+Blue) = 9+127+218=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #097FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FDA is #F68025. Grayscale: #656565. Windows color (decimal): -16154662 or 14319369. OLE color: 14319369.

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

Color convert

RGB 9 127 218 -
CMYK 0.96 0.42 0 0.15
HSL 206.12º 0.92% 0.45% -
HSV(B) 206.12º 0.96% 0.85% -
XYZ 20.36 20.3 69.17 -
YUV 102.09 193.41 61.6 -
System Red Green Blue C M Y K H S L
Decimal 9 127 218 0.96 0.42 0 0.15 206.12 0.92 0.45
Hex 9 7F DA 60 2A 0 F CE 5C 2D
Octal 11 177 332 140 52 0 17 316 134 55
Binary 1001 1111111 11011010 1100000 101010 0 1111 11001110 1011100 101101

Color Harmonies of #097FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FDA

Black with #097FDA

Text Example


Text Example

White with #097FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,218); }

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

background-color css

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

 a { background-color: rgb(9,127,218); }

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

border-color css

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

 span { border-color: rgb(9,127,218); }

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