Html Css Color HEX #097ADC Navy Blue

📋 copy color: '#097ADC'

red 9 ◦ green 122 ◦ blue 220

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

Shades of Navy Blue #097ADC

Tints of Navy Blue #097ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 2.56%
G = 34.76%
B = 62.68%

CMYK

 C value IS 0.96

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#097ADC (or 0x097ADC) is known color: Navy Blue. HEX triplet: 09, 7A and DC. RGB value is (9,122,220). Sum of RGB (Red+Green+Blue) = 9+122+220=351 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #097ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ADC is #F68523. Grayscale: #626262. Windows color (decimal): -16155940 or 14449161. OLE color: 14449161.

HSL color Cylindrical-coordinate representation of color #097ADC: hue angle of 207.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097ADC is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 122 220 -
CMYK 0.96 0.45 0 0.14
HSL 207.87º 0.92% 0.45% -
HSV(B) 207.87º 0.96% 0.86% -
XYZ 19.99 19.14 70.35 -
YUV 99.39 196.06 63.53 -
System Red Green Blue C M Y K H S L
Decimal 9 122 220 0.96 0.45 0 0.14 207.87 0.92 0.45
Hex 9 7A DC 60 2D 0 E D0 5C 2D
Octal 11 172 334 140 55 0 16 320 134 55
Binary 1001 1111010 11011100 1100000 101101 0 1110 11010000 1011100 101101

Color Harmonies of #097ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ADC

Black with #097ADC

Text Example


Text Example

White with #097ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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