Html Css Color HEX #097CDF Navy Blue

📋 copy color: '#097CDF'

red 9 ◦ green 124 ◦ blue 223

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

Shades of Navy Blue #097CDF

Tints of Navy Blue #097CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.64%

R = 2.53%
G = 34.83%
B = 62.64%

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

#097CDF (or 0x097CDF) is known color: Navy Blue. HEX triplet: 09, 7C and DF. RGB value is (9,124,223). Sum of RGB (Red+Green+Blue) = 9+124+223=356 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.53% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #097CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CDF is #F68320. Grayscale: #646464. Windows color (decimal): -16155425 or 14646281. OLE color: 14646281.

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

Color convert

RGB 9 124 223 -
CMYK 0.96 0.44 0 0.13
HSL 207.76º 0.92% 0.45% -
HSV(B) 207.76º 0.96% 0.87% -
XYZ 20.64 19.8 72.55 -
YUV 100.9 196.9 62.45 -
System Red Green Blue C M Y K H S L
Decimal 9 124 223 0.96 0.44 0 0.13 207.76 0.92 0.45
Hex 9 7C DF 60 2C 0 D D0 5C 2D
Octal 11 174 337 140 54 0 15 320 134 55
Binary 1001 1111100 11011111 1100000 101100 0 1101 11010000 1011100 101101

Color Harmonies of #097CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CDF

Black with #097CDF

Text Example


Text Example

White with #097CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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