Html Css Color HEX #097FB1 Cerulean

📋 copy color: '#097FB1'

red 9 ◦ green 127 ◦ blue 177

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

Shades of Cerulean #097FB1

Tints of Cerulean #097FB1

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 177 (69.53% from 255) = 56.55%

R = 2.88%
G = 40.58%
B = 56.55%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#097FB1 (or 0x097FB1) is known color: Cerulean. HEX triplet: 09, 7F and B1. RGB value is (9,127,177). Sum of RGB (Red+Green+Blue) = 9+127+177=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #097FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097FB1 is #F6804E. Grayscale: #616161. Windows color (decimal): -16154703 or 11632393. OLE color: 11632393.

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

Color convert

RGB 9 127 177 -
CMYK 0.95 0.28 0 0.31
HSL 197.86º 0.9% 0.36% -
HSV(B) 197.86º 0.95% 0.69% -
XYZ 15.64 18.41 44.32 -
YUV 97.42 172.91 64.93 -
System Red Green Blue C M Y K H S L
Decimal 9 127 177 0.95 0.28 0 0.31 197.86 0.9 0.36
Hex 9 7F B1 5F 1C 0 1F C6 5A 24
Octal 11 177 261 137 34 0 37 306 132 44
Binary 1001 1111111 10110001 1011111 11100 0 11111 11000110 1011010 100100

Color Harmonies of #097FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FB1

Black with #097FB1

Text Example


Text Example

White with #097FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,177); }

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

background-color css

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

 a { background-color: rgb(9,127,177); }

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

border-color css

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

 span { border-color: rgb(9,127,177); }

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