#027A9A

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

Shades of Cerulean #027A9A

Tints of Cerulean #027A9A

Color information

#027A9A (or 0x027A9A) is unknown color: approx Cerulean. HEX triplet: 02, 7A and 9A. RGB value is (2,122,154). Sum of RGB (Red+Green+Blue) = 2+122+154=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #027A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A9A is #FD8565. Grayscale: #595959. Windows color (decimal): -16614758 or 10123778. OLE color: 10123778.

HSL color Cylindrical-coordinate representation of color #027A9A: hue angle of 192.63º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027A9A is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2122154-
CMYK0.990.2100.40
HSL192.63º97.44%30.59%-
HSV(B)192.63º98.7%60.39%-
XYZ12.8216.2733.04-
YUV89.77164.2465.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 154 (60.55% from 255) = 55.40%
R=0.72%
G=43.88%
B=55.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21221540.990.2100.40192.6397.4430.59
Hex27A9A6315028c1611f
Octal21722321432505030114137
Binary10111101010011010110001110101010100011000001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,122,154); }

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

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

 a { background-color: rgb(2,122,154); }

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

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

 span { border-color: rgb(2,122,154); }

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