#0274B9

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

Shades of Cerulean #0274B9

Tints of Cerulean #0274B9

Color information

#0274B9 (or 0x0274B9) is unknown color: approx Cerulean. HEX triplet: 02, 74 and B9. RGB value is (2,116,185). Sum of RGB (Red+Green+Blue) = 2+116+185=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 185 (72.66% from 255 or 61.06% from 303); Max value from RGB is 185 - color contains mainly: blue. Hex color #0274B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0274B9 is #FD8B46. Grayscale: #595959. Windows color (decimal): -16616263 or 12153858. OLE color: 12153858.

HSL color Cylindrical-coordinate representation of color #0274B9: hue angle of 202.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0274B9 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2116185-
CMYK0.990.3700.27
HSL202.62º97.86%36.67%-
HSV(B)202.62º98.92%72.55%-
XYZ15.0316.0148.2-
YUV89.78181.7365.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 185 (72.66% from 255) = 61.06%
R=0.66%
G=38.28%
B=61.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21161850.990.3700.27202.6297.8636.67
Hex274B9632501Bcb6225
Octal21642711434503331314245
Binary101110100101110011100011100101011011110010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0274B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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