#0280C1

Color #0280C1 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0280C1

Tints of Cerulean #0280C1

Color information

#0280C1 (or 0x0280C1) is unknown color: approx Cerulean. HEX triplet: 02, 80 and C1. RGB value is (2,128,193). Sum of RGB (Red+Green+Blue) = 2+128+193=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 193 (75.78% from 255 or 59.75% from 323); Max value from RGB is 193 - color contains mainly: blue. Hex color #0280C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280C1 is #FD7F3E. Grayscale: #616161. Windows color (decimal): -16613183 or 12681218. OLE color: 12681218.

HSL color Cylindrical-coordinate representation of color #0280C1: hue angle of 200.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280C1 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2128193-
CMYK0.990.3400.24
HSL200.42º97.95%38.24%-
HSV(B)200.42º98.96%75.69%-
XYZ17.3719.353.26-
YUV97.74181.7659.71-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 193 (75.78% from 255) = 59.75%
R=0.62%
G=39.63%
B=59.75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21281930.990.3400.24200.4297.9538.24
Hex280C16322018c86226
Octal22003011434203031014246
Binary1010000000110000011100011100010011000110010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0280C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0280C1; }

 p { color: rgb(2,128,193); }

 H1.HeaderClassName
 {
   color: #0280C1;
 }
 .AnyTagClassName
 {
   color: #0280C1;
 }
</style>
background-color css

<style>
 a { background-color: #0280C1; }

 a { background-color: rgb(2,128,193); }

 div.DivClassName
 {
   background-color: #0280C1;
 }
 .BgClassName
 {
   background-color: #0280C1;
 }
</style>
border-color css

<style>
 span { border-color: #0280C1; }

 span { border-color: rgb(2,128,193); }

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