Html Css Color HEX #0977AD Cerulean

📋 copy color: '#0977AD'

red 9 ◦ green 119 ◦ blue 173

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

Shades of Cerulean #0977AD

Tints of Cerulean #0977AD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.53%

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

R = 2.99%
G = 39.53%
B = 57.48%

CMYK

 C value IS 0.95

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0977AD (or 0x0977AD) is known color: Cerulean. HEX triplet: 09, 77 and AD. RGB value is (9,119,173). Sum of RGB (Red+Green+Blue) = 9+119+173=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #0977AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0977AD is #F68852. Grayscale: #5B5B5B. Windows color (decimal): -16156755 or 11368201. OLE color: 11368201.

HSL color Cylindrical-coordinate representation of color #0977AD: hue angle of 199.76º 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 #0977AD is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 119 173 -
CMYK 0.95 0.31 0 0.32
HSL 199.76º 0.9% 0.36% -
HSV(B) 199.76º 0.95% 0.68% -
XYZ 14.25 16.27 41.92 -
YUV 92.27 173.56 68.61 -
System Red Green Blue C M Y K H S L
Decimal 9 119 173 0.95 0.31 0 0.32 199.76 0.9 0.36
Hex 9 77 AD 5F 1F 0 20 C8 5A 24
Octal 11 167 255 137 37 0 40 310 132 44
Binary 1001 1110111 10101101 1011111 11111 0 100000 11001000 1011010 100100

Color Harmonies of #0977AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0977AD

Black with #0977AD

Text Example


Text Example

White with #0977AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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