#0270AE

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

Shades of Cerulean #0270AE

Tints of Cerulean #0270AE

Color information

#0270AE (or 0x0270AE) is unknown color: approx Cerulean. HEX triplet: 02, 70 and AE. RGB value is (2,112,174). Sum of RGB (Red+Green+Blue) = 2+112+174=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #0270AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0270AE is #FD8F51. Grayscale: #555555. Windows color (decimal): -16617298 or 11431938. OLE color: 11431938.

HSL color Cylindrical-coordinate representation of color #0270AE: hue angle of 201.63º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270AE is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2112174-
CMYK0.990.3600.32
HSL201.63º97.73%34.51%-
HSV(B)201.63º98.85%68.24%-
XYZ13.4614.6642.16-
YUV86.18177.5667.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=0.69%
G=38.89%
B=60.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21121740.990.3600.32201.6397.7334.51
Hex270AE6324020ca6223
Octal21602561434404031214243
Binary1011100001010111011000111001000100000110010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0270AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0270AE; }

 p { color: rgb(2,112,174); }

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

<style>
 a { background-color: #0270AE; }

 a { background-color: rgb(2,112,174); }

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

<style>
 span { border-color: #0270AE; }

 span { border-color: rgb(2,112,174); }

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