Html Css Color HEX #0976B2 Cerulean

📋 copy color: '#0976B2'

red 9 ◦ green 118 ◦ blue 178

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

Shades of Cerulean #0976B2

Tints of Cerulean #0976B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.36%

R = 2.95%
G = 38.69%
B = 58.36%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0976B2 (or 0x0976B2) is known color: Cerulean. HEX triplet: 09, 76 and B2. RGB value is (9,118,178). Sum of RGB (Red+Green+Blue) = 9+118+178=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 178 (69.92% from 255 or 58.36% from 305); Max value from RGB is 178 - color contains mainly: blue. Hex color #0976B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0976B2 is #F6894D. Grayscale: #5B5B5B. Windows color (decimal): -16157006 or 11695625. OLE color: 11695625.

HSL color Cylindrical-coordinate representation of color #0976B2: hue angle of 201.3º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0976B2 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 118 178 -
CMYK 0.95 0.34 0 0.30
HSL 201.3º 0.9% 0.37% -
HSV(B) 201.3º 0.95% 0.7% -
XYZ 14.63 16.23 44.48 -
YUV 92.25 176.39 68.62 -
System Red Green Blue C M Y K H S L
Decimal 9 118 178 0.95 0.34 0 0.30 201.3 0.9 0.37
Hex 9 76 B2 5F 22 0 1E C9 5A 25
Octal 11 166 262 137 42 0 36 311 132 45
Binary 1001 1110110 10110010 1011111 100010 0 11110 11001001 1011010 100101

Color Harmonies of #0976B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0976B2

Black with #0976B2

Text Example


Text Example

White with #0976B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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