Html Css Color HEX #097ACC Navy Blue

📋 copy color: '#097ACC'

red 9 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #097ACC

Tints of Navy Blue #097ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 2.69%
G = 36.42%
B = 60.9%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#097ACC (or 0x097ACC) is known color: Navy Blue. HEX triplet: 09, 7A and CC. RGB value is (9,122,204). Sum of RGB (Red+Green+Blue) = 9+122+204=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #097ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ACC is #F68533. Grayscale: #616161. Windows color (decimal): -16155956 or 13400585. OLE color: 13400585.

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

Color convert

RGB 9 122 204 -
CMYK 0.96 0.40 0 0.2
HSL 205.23º 0.92% 0.42% -
HSV(B) 205.23º 0.96% 0.8% -
XYZ 17.97 18.34 59.72 -
YUV 97.56 188.06 64.83 -
System Red Green Blue C M Y K H S L
Decimal 9 122 204 0.96 0.40 0 0.2 205.23 0.92 0.42
Hex 9 7A CC 60 28 0 14 CD 5C 2A
Octal 11 172 314 140 50 0 24 315 134 52
Binary 1001 1111010 11001100 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #097ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ACC

Black with #097ACC

Text Example


Text Example

White with #097ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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