Html Css Color HEX #0980A4 Cerulean

📋 copy color: '#0980A4'

red 9 ◦ green 128 ◦ blue 164

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

Shades of Cerulean #0980A4

Tints of Cerulean #0980A4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 164 (64.45% from 255) = 54.49%

R = 2.99%
G = 42.52%
B = 54.49%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0980A4 (or 0x0980A4) is known color: Cerulean. HEX triplet: 09, 80 and A4. RGB value is (9,128,164). Sum of RGB (Red+Green+Blue) = 9+128+164=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 164 (64.45% from 255 or 54.49% from 301); Max value from RGB is 164 - color contains mainly: blue. Hex color #0980A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0980A4 is #F67F5B. Grayscale: #606060. Windows color (decimal): -16154460 or 10780681. OLE color: 10780681.

HSL color Cylindrical-coordinate representation of color #0980A4: hue angle of 193.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0980A4 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 128 164 -
CMYK 0.95 0.22 0 0.36
HSL 193.94º 0.9% 0.34% -
HSV(B) 193.94º 0.95% 0.64% -
XYZ 14.53 18.18 37.86 -
YUV 96.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 9 128 164 0.95 0.22 0 0.36 193.94 0.9 0.34
Hex 9 80 A4 5F 16 0 24 C2 5A 22
Octal 11 200 244 137 26 0 44 302 132 42
Binary 1001 10000000 10100100 1011111 10110 0 100100 11000010 1011010 100010

Color Harmonies of #0980A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0980A4

Black with #0980A4

Text Example


Text Example

White with #0980A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0980A4; }

 p { color: rgb(9,128,164); }

 H1.HeaderClassName
 {
   color: #0980A4;
 }
 .AnyTagClassName
 {
   color: #0980A4;
 }
</style>

background-color css

<style>
 a { background-color: #0980A4; }

 a { background-color: rgb(9,128,164); }

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

border-color css

<style>
 span { border-color: #0980A4; }

 span { border-color: rgb(9,128,164); }

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