#0285AA

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

Shades of Cerulean #0285AA

Tints of Cerulean #0285AA

Color information

#0285AA (or 0x0285AA) is unknown color: approx Cerulean. HEX triplet: 02, 85 and AA. RGB value is (2,133,170). Sum of RGB (Red+Green+Blue) = 2+133+170=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #0285AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0285AA is #FD7A55. Grayscale: #616161. Windows color (decimal): -16611926 or 11175170. OLE color: 11175170.

HSL color Cylindrical-coordinate representation of color #0285AA: hue angle of 193.21º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0285AA is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2133170-
CMYK0.990.2200.33
HSL193.21º97.67%33.73%-
HSV(B)193.21º98.82%66.67%-
XYZ15.6719.6941.01-
YUV98.05168.659.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=0.66%
G=43.61%
B=55.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21331700.990.2200.33193.2197.6733.73
Hex285AA6316021c16222
Octal22052521432604130114242
Binary1010000101101010101100011101100100001110000011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0285AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0285AA; }

 p { color: rgb(2,133,170); }

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

<style>
 a { background-color: #0285AA; }

 a { background-color: rgb(2,133,170); }

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

<style>
 span { border-color: #0285AA; }

 span { border-color: rgb(2,133,170); }

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