Html Css Color HEX #0976AD Cerulean

📋 copy color: '#0976AD'

red 9 ◦ green 118 ◦ blue 173

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

Shades of Cerulean #0976AD

Tints of Cerulean #0976AD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 173 (67.97% from 255) = 57.67%

R = 3%
G = 39.33%
B = 57.67%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0976AD (or 0x0976AD) is known color: Cerulean. HEX triplet: 09, 76 and AD. RGB value is (9,118,173). Sum of RGB (Red+Green+Blue) = 9+118+173=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #0976AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0976AD is #F68952. Grayscale: #5B5B5B. Windows color (decimal): -16157011 or 11367945. OLE color: 11367945.

HSL color Cylindrical-coordinate representation of color #0976AD: hue angle of 200.12º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0976AD is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 118 173 -
CMYK 0.95 0.32 0 0.32
HSL 200.12º 0.9% 0.36% -
HSV(B) 200.12º 0.95% 0.68% -
XYZ 14.13 16.03 41.88 -
YUV 91.68 173.89 69.03 -
System Red Green Blue C M Y K H S L
Decimal 9 118 173 0.95 0.32 0 0.32 200.12 0.9 0.36
Hex 9 76 AD 5F 20 0 20 C8 5A 24
Octal 11 166 255 137 40 0 40 310 132 44
Binary 1001 1110110 10101101 1011111 100000 0 100000 11001000 1011010 100100

Color Harmonies of #0976AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976AD

Black with #0976AD

Text Example


Text Example

White with #0976AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0976AD; }

 p { color: rgb(9,118,173); }

 H1.HeaderClassName
 {
   color: #0976AD;
 }
 .AnyTagClassName
 {
   color: #0976AD;
 }
</style>

background-color css

<style>
 a { background-color: #0976AD; }

 a { background-color: rgb(9,118,173); }

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

border-color css

<style>
 span { border-color: #0976AD; }

 span { border-color: rgb(9,118,173); }

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