Html Css Color HEX #097FDB Navy Blue

📋 copy color: '#097FDB'

red 9 ◦ green 127 ◦ blue 219

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

Shades of Navy Blue #097FDB

Tints of Navy Blue #097FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61.69%

R = 2.54%
G = 35.77%
B = 61.69%

CMYK

 C value IS 0.96

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097FDB (or 0x097FDB) is known color: Navy Blue. HEX triplet: 09, 7F and DB. RGB value is (9,127,219). Sum of RGB (Red+Green+Blue) = 9+127+219=355 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #097FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097FDB is #F68024. Grayscale: #656565. Windows color (decimal): -16154661 or 14384905. OLE color: 14384905.

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

Color convert

RGB 9 127 219 -
CMYK 0.96 0.42 0 0.14
HSL 206.29º 0.92% 0.45% -
HSV(B) 206.29º 0.96% 0.86% -
XYZ 20.49 20.35 69.87 -
YUV 102.21 193.91 61.52 -
System Red Green Blue C M Y K H S L
Decimal 9 127 219 0.96 0.42 0 0.14 206.29 0.92 0.45
Hex 9 7F DB 60 2A 0 E CE 5C 2D
Octal 11 177 333 140 52 0 16 316 134 55
Binary 1001 1111111 11011011 1100000 101010 0 1110 11001110 1011100 101101

Color Harmonies of #097FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FDB

Black with #097FDB

Text Example


Text Example

White with #097FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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