Html Css Color HEX #097AAD Cerulean

📋 copy color: '#097AAD'

red 9 ◦ green 122 ◦ blue 173

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

Shades of Cerulean #097AAD

Tints of Cerulean #097AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 2.96%
G = 40.13%
B = 56.91%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#097AAD (or 0x097AAD) is known color: Cerulean. HEX triplet: 09, 7A and AD. RGB value is (9,122,173). Sum of RGB (Red+Green+Blue) = 9+122+173=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #097AAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AAD is #F68552. Grayscale: #5D5D5D. Windows color (decimal): -16155987 or 11368969. OLE color: 11368969.

HSL color Cylindrical-coordinate representation of color #097AAD: hue angle of 198.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097AAD is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 122 173 -
CMYK 0.95 0.29 0 0.32
HSL 198.66º 0.9% 0.36% -
HSV(B) 198.66º 0.95% 0.68% -
XYZ 14.62 16.99 42.05 -
YUV 94.03 172.56 67.35 -
System Red Green Blue C M Y K H S L
Decimal 9 122 173 0.95 0.29 0 0.32 198.66 0.9 0.36
Hex 9 7A AD 5F 1D 0 20 C7 5A 24
Octal 11 172 255 137 35 0 40 307 132 44
Binary 1001 1111010 10101101 1011111 11101 0 100000 11000111 1011010 100100

Color Harmonies of #097AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097AAD

Black with #097AAD

Text Example


Text Example

White with #097AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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