Html Css Color HEX #097CBA Cerulean

📋 copy color: '#097CBA'

red 9 ◦ green 124 ◦ blue 186

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

Shades of Cerulean #097CBA

Tints of Cerulean #097CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

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

R = 2.82%
G = 38.87%
B = 58.31%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#097CBA (or 0x097CBA) is known color: Cerulean. HEX triplet: 09, 7C and BA. RGB value is (9,124,186). Sum of RGB (Red+Green+Blue) = 9+124+186=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #097CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097CBA is #F68345. Grayscale: #606060. Windows color (decimal): -16155462 or 12221449. OLE color: 12221449.

HSL color Cylindrical-coordinate representation of color #097CBA: hue angle of 201.02º 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 #097CBA is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 124 186 -
CMYK 0.95 0.33 0 0.27
HSL 201.02º 0.91% 0.38% -
HSV(B) 201.02º 0.95% 0.73% -
XYZ 16.18 18.02 49.08 -
YUV 96.68 178.4 65.46 -
System Red Green Blue C M Y K H S L
Decimal 9 124 186 0.95 0.33 0 0.27 201.02 0.91 0.38
Hex 9 7C BA 5F 21 0 1B C9 5B 26
Octal 11 174 272 137 41 0 33 311 133 46
Binary 1001 1111100 10111010 1011111 100001 0 11011 11001001 1011011 100110

Color Harmonies of #097CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CBA

Black with #097CBA

Text Example


Text Example

White with #097CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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