#0275BA

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

Shades of Cerulean #0275BA

Tints of Cerulean #0275BA

Color information

#0275BA (or 0x0275BA) is unknown color: approx Cerulean. HEX triplet: 02, 75 and BA. RGB value is (2,117,186). Sum of RGB (Red+Green+Blue) = 2+117+186=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0275BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0275BA is #FD8A45. Grayscale: #5A5A5A. Windows color (decimal): -16616006 or 12219650. OLE color: 12219650.

HSL color Cylindrical-coordinate representation of color #0275BA: hue angle of 202.5º 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 #0275BA is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2117186-
CMYK0.990.3700.27
HSL202.5º97.87%36.86%-
HSV(B)202.5º98.92%72.94%-
XYZ15.2516.2848.79-
YUV90.48181.964.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=0.66%
G=38.36%
B=60.98%

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
Decimal21171860.990.3700.27202.597.8736.86
Hex275BA632501Bca6225
Octal21652721434503331214245
Binary101110101101110101100011100101011011110010101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0275BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0275BA; }

 p { color: rgb(2,117,186); }

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

<style>
 a { background-color: #0275BA; }

 a { background-color: rgb(2,117,186); }

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

<style>
 span { border-color: #0275BA; }

 span { border-color: rgb(2,117,186); }

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