Html Css Color HEX #097BA1 Cerulean

📋 copy color: '#097BA1'

red 9 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #097BA1

Tints of Cerulean #097BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.98%

 BLUE value IS 161 (63.28% from 255) = 54.95%

R = 3.07%
G = 41.98%
B = 54.95%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#097BA1 (or 0x097BA1) is known color: Cerulean. HEX triplet: 09, 7B and A1. RGB value is (9,123,161). Sum of RGB (Red+Green+Blue) = 9+123+161=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 161 (63.28% from 255 or 54.95% from 293); Max value from RGB is 161 - color contains mainly: blue. Hex color #097BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097BA1 is #F6845E. Grayscale: #5C5C5C. Windows color (decimal): -16155743 or 10582793. OLE color: 10582793.

HSL color Cylindrical-coordinate representation of color #097BA1: hue angle of 195º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097BA1 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 123 161 -
CMYK 0.94 0.24 0 0.37
HSL 195º 0.89% 0.33% -
HSV(B) 195º 0.94% 0.63% -
XYZ 13.63 16.8 36.24 -
YUV 93.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 9 123 161 0.94 0.24 0 0.37 195 0.89 0.33
Hex 9 7B A1 5E 18 0 25 C3 59 21
Octal 11 173 241 136 30 0 45 303 131 41
Binary 1001 1111011 10100001 1011110 11000 0 100101 11000011 1011001 100001

Color Harmonies of #097BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BA1

Black with #097BA1

Text Example


Text Example

White with #097BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,123,161); }

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

background-color css

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

 a { background-color: rgb(9,123,161); }

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

border-color css

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

 span { border-color: rgb(9,123,161); }

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