Html Css Color HEX #0973BA Cerulean

📋 copy color: '#0973BA'

red 9 ◦ green 115 ◦ blue 186

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

Shades of Cerulean #0973BA

Tints of Cerulean #0973BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.1%

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

R = 2.9%
G = 37.1%
B = 60%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0973BA (or 0x0973BA) is known color: Cerulean. HEX triplet: 09, 73 and BA. RGB value is (9,115,186). Sum of RGB (Red+Green+Blue) = 9+115+186=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #0973BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0973BA is #F68C45. Grayscale: #5B5B5B. Windows color (decimal): -16157766 or 12219145. OLE color: 12219145.

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

Color convert

RGB 9 115 186 -
CMYK 0.95 0.38 0 0.27
HSL 204.07º 0.91% 0.38% -
HSV(B) 204.07º 0.95% 0.73% -
XYZ 15.11 15.86 48.72 -
YUV 91.4 181.38 69.23 -
System Red Green Blue C M Y K H S L
Decimal 9 115 186 0.95 0.38 0 0.27 204.07 0.91 0.38
Hex 9 73 BA 5F 26 0 1B CC 5B 26
Octal 11 163 272 137 46 0 33 314 133 46
Binary 1001 1110011 10111010 1011111 100110 0 11011 11001100 1011011 100110

Color Harmonies of #0973BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0973BA

Black with #0973BA

Text Example


Text Example

White with #0973BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0973BA; }

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

 H1.HeaderClassName
 {
   color: #0973BA;
 }
 .AnyTagClassName
 {
   color: #0973BA;
 }
</style>

background-color css

<style>
 a { background-color: #0973BA; }

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

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

border-color css

<style>
 span { border-color: #0973BA; }

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

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