Html Css Color HEX #0979B9 Cerulean

📋 copy color: '#0979B9'

red 9 ◦ green 121 ◦ blue 185

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

Shades of Cerulean #0979B9

Tints of Cerulean #0979B9

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.41%

 BLUE value IS 185 (72.66% from 255) = 58.73%

R = 2.86%
G = 38.41%
B = 58.73%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0979B9 (or 0x0979B9) is known color: Cerulean. HEX triplet: 09, 79 and B9. RGB value is (9,121,185). Sum of RGB (Red+Green+Blue) = 9+121+185=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 185 (72.66% from 255 or 58.73% from 315); Max value from RGB is 185 - color contains mainly: blue. Hex color #0979B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979B9 is #F68646. Grayscale: #5E5E5E. Windows color (decimal): -16156231 or 12155145. OLE color: 12155145.

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

Color convert

RGB 9 121 185 -
CMYK 0.95 0.35 0 0.27
HSL 201.82º 0.91% 0.38% -
HSV(B) 201.82º 0.95% 0.73% -
XYZ 15.71 17.24 48.4 -
YUV 94.81 178.89 66.8 -
System Red Green Blue C M Y K H S L
Decimal 9 121 185 0.95 0.35 0 0.27 201.82 0.91 0.38
Hex 9 79 B9 5F 23 0 1B CA 5B 26
Octal 11 171 271 137 43 0 33 312 133 46
Binary 1001 1111001 10111001 1011111 100011 0 11011 11001010 1011011 100110

Color Harmonies of #0979B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0979B9

Black with #0979B9

Text Example


Text Example

White with #0979B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0979B9; }

 p { color: rgb(9,121,185); }

 H1.HeaderClassName
 {
   color: #0979B9;
 }
 .AnyTagClassName
 {
   color: #0979B9;
 }
</style>

background-color css

<style>
 a { background-color: #0979B9; }

 a { background-color: rgb(9,121,185); }

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

border-color css

<style>
 span { border-color: #0979B9; }

 span { border-color: rgb(9,121,185); }

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