Html Css Color HEX #097CDB Navy Blue

📋 copy color: '#097CDB'

red 9 ◦ green 124 ◦ blue 219

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

Shades of Navy Blue #097CDB

Tints of Navy Blue #097CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 2.56%
G = 35.23%
B = 62.22%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097CDB (or 0x097CDB) is known color: Navy Blue. HEX triplet: 09, 7C and DB. RGB value is (9,124,219). Sum of RGB (Red+Green+Blue) = 9+124+219=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #097CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CDB is #F68324. Grayscale: #636363. Windows color (decimal): -16155429 or 14384137. OLE color: 14384137.

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

Color convert

RGB 9 124 219 -
CMYK 0.96 0.43 0 0.14
HSL 207.14º 0.92% 0.45% -
HSV(B) 207.14º 0.96% 0.86% -
XYZ 20.11 19.59 69.74 -
YUV 100.45 194.9 62.78 -
System Red Green Blue C M Y K H S L
Decimal 9 124 219 0.96 0.43 0 0.14 207.14 0.92 0.45
Hex 9 7C DB 60 2B 0 E CF 5C 2D
Octal 11 174 333 140 53 0 16 317 134 55
Binary 1001 1111100 11011011 1100000 101011 0 1110 11001111 1011100 101101

Color Harmonies of #097CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CDB

Black with #097CDB

Text Example


Text Example

White with #097CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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