Html Css Color HEX #097ACB Navy Blue

📋 copy color: '#097ACB'

red 9 ◦ green 122 ◦ blue 203

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

Shades of Navy Blue #097ACB

Tints of Navy Blue #097ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 60.78%

R = 2.69%
G = 36.53%
B = 60.78%

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

#097ACB (or 0x097ACB) is known color: Navy Blue. HEX triplet: 09, 7A and CB. RGB value is (9,122,203). Sum of RGB (Red+Green+Blue) = 9+122+203=334 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 203 (79.69% from 255 or 60.78% from 334); Max value from RGB is 203 - color contains mainly: blue. Hex color #097ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ACB is #F68534. Grayscale: #616161. Windows color (decimal): -16155957 or 13335049. OLE color: 13335049.

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

Color convert

RGB 9 122 203 -
CMYK 0.96 0.40 0 0.20
HSL 205.05º 0.92% 0.42% -
HSV(B) 205.05º 0.96% 0.8% -
XYZ 17.85 18.29 59.09 -
YUV 97.45 187.56 64.91 -
System Red Green Blue C M Y K H S L
Decimal 9 122 203 0.96 0.40 0 0.20 205.05 0.92 0.42
Hex 9 7A CB 60 28 0 14 CD 5C 2A
Octal 11 172 313 140 50 0 24 315 134 52
Binary 1001 1111010 11001011 1100000 101000 0 10100 11001101 1011100 101010

Color Harmonies of #097ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ACB

Black with #097ACB

Text Example


Text Example

White with #097ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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