Html Css Color HEX #097CD8 Navy Blue

📋 copy color: '#097CD8'

red 9 ◦ green 124 ◦ blue 216

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

Shades of Navy Blue #097CD8

Tints of Navy Blue #097CD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 61.89%

R = 2.58%
G = 35.53%
B = 61.89%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#097CD8 (or 0x097CD8) is known color: Navy Blue. HEX triplet: 09, 7C and D8. RGB value is (9,124,216). Sum of RGB (Red+Green+Blue) = 9+124+216=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #097CD8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CD8 is #F68327. Grayscale: #636363. Windows color (decimal): -16155432 or 14187529. OLE color: 14187529.

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

Color convert

RGB 9 124 216 -
CMYK 0.96 0.43 0 0.15
HSL 206.67º 0.92% 0.44% -
HSV(B) 206.67º 0.96% 0.85% -
XYZ 19.71 19.43 67.68 -
YUV 100.1 193.4 63.02 -
System Red Green Blue C M Y K H S L
Decimal 9 124 216 0.96 0.43 0 0.15 206.67 0.92 0.44
Hex 9 7C D8 60 2B 0 F CF 5C 2C
Octal 11 174 330 140 53 0 17 317 134 54
Binary 1001 1111100 11011000 1100000 101011 0 1111 11001111 1011100 101100

Color Harmonies of #097CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CD8

Black with #097CD8

Text Example


Text Example

White with #097CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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