Html Css Color HEX #097ACD Navy Blue

📋 copy color: '#097ACD'

red 9 ◦ green 122 ◦ blue 205

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

Shades of Navy Blue #097ACD

Tints of Navy Blue #097ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 2.68%
G = 36.31%
B = 61.01%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#097ACD (or 0x097ACD) is known color: Navy Blue. HEX triplet: 09, 7A and CD. RGB value is (9,122,205). Sum of RGB (Red+Green+Blue) = 9+122+205=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #097ACD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ACD is #F68532. Grayscale: #616161. Windows color (decimal): -16155955 or 13466121. OLE color: 13466121.

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

Color convert

RGB 9 122 205 -
CMYK 0.96 0.40 0 0.20
HSL 205.41º 0.92% 0.42% -
HSV(B) 205.41º 0.96% 0.8% -
XYZ 18.09 18.38 60.35 -
YUV 97.68 188.56 64.75 -
System Red Green Blue C M Y K H S L
Decimal 9 122 205 0.96 0.40 0 0.20 205.41 0.92 0.42
Hex 9 7A CD 60 28 0 14 CD 5C 2A
Octal 11 172 315 140 50 0 24 315 134 52
Binary 1001 1111010 11001101 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #097ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ACD

Black with #097ACD

Text Example


Text Example

White with #097ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,122,205); }

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

background-color css

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

 a { background-color: rgb(9,122,205); }

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

border-color css

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

 span { border-color: rgb(9,122,205); }

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