Html Css Color HEX #097ABA Cerulean

📋 copy color: '#097ABA'

red 9 ◦ green 122 ◦ blue 186

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

Shades of Cerulean #097ABA

Tints of Cerulean #097ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 2.84%
G = 38.49%
B = 58.68%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#097ABA (or 0x097ABA) is known color: Cerulean. HEX triplet: 09, 7A and BA. RGB value is (9,122,186). Sum of RGB (Red+Green+Blue) = 9+122+186=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #097ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ABA is #F68545. Grayscale: #5F5F5F. Windows color (decimal): -16155974 or 12220937. OLE color: 12220937.

HSL color Cylindrical-coordinate representation of color #097ABA: hue angle of 201.69º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097ABA is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 122 186 -
CMYK 0.95 0.34 0 0.27
HSL 201.69º 0.91% 0.38% -
HSV(B) 201.69º 0.95% 0.73% -
XYZ 15.94 17.52 49 -
YUV 95.51 179.06 66.3 -
System Red Green Blue C M Y K H S L
Decimal 9 122 186 0.95 0.34 0 0.27 201.69 0.91 0.38
Hex 9 7A BA 5F 22 0 1B CA 5B 26
Octal 11 172 272 137 42 0 33 312 133 46
Binary 1001 1111010 10111010 1011111 100010 0 11011 11001010 1011011 100110

Color Harmonies of #097ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097ABA

Black with #097ABA

Text Example


Text Example

White with #097ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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