#0274AE

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

Shades of Cerulean #0274AE

Tints of Cerulean #0274AE

Color information

#0274AE (or 0x0274AE) is unknown color: approx Cerulean. HEX triplet: 02, 74 and AE. RGB value is (2,116,174). Sum of RGB (Red+Green+Blue) = 2+116+174=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #0274AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0274AE is #FD8B51. Grayscale: #585858. Windows color (decimal): -16616274 or 11432962. OLE color: 11432962.

HSL color Cylindrical-coordinate representation of color #0274AE: hue angle of 200.23º 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 #0274AE is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2116174-
CMYK0.990.3300.32
HSL200.23º97.73%34.51%-
HSV(B)200.23º98.85%68.24%-
XYZ13.9115.5642.31-
YUV88.53176.2366.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 174 (68.36% from 255) = 59.59%
R=0.68%
G=39.73%
B=59.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21161740.990.3300.32200.2397.7334.51
Hex274AE6321020c86223
Octal21642561434104031014243
Binary1011101001010111011000111000010100000110010001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0274AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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