#027BB6

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

Shades of Cerulean #027BB6

Tints of Cerulean #027BB6

Color information

#027BB6 (or 0x027BB6) is unknown color: approx Cerulean. HEX triplet: 02, 7B and B6. RGB value is (2,123,182). Sum of RGB (Red+Green+Blue) = 2+123+182=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #027BB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027BB6 is #FD8449. Grayscale: #5D5D5D. Windows color (decimal): -16614474 or 11959042. OLE color: 11959042.

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

Color convert

RGB2123182-
CMYK0.990.3200.29
HSL199.67º97.83%36.08%-
HSV(B)199.67º98.9%71.37%-
XYZ15.5517.5646.83-
YUV93.55177.9162.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.65%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 182 (71.48% from 255) = 59.28%
R=0.65%
G=40.07%
B=59.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal21231820.990.3200.29199.6797.8336.08
Hex27BB6632001Dc86224
Octal21732661434003531014244
Binary101111011101101101100011100000011101110010001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027BB6; }

 p { color: rgb(2,123,182); }

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

<style>
 a { background-color: #027BB6; }

 a { background-color: rgb(2,123,182); }

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

<style>
 span { border-color: #027BB6; }

 span { border-color: rgb(2,123,182); }

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