#026D90

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

Shades of Cerulean #026D90

Tints of Cerulean #026D90

Color information

#026D90 (or 0x026D90) is unknown color: approx Cerulean. HEX triplet: 02, 6D and 90. RGB value is (2,109,144). Sum of RGB (Red+Green+Blue) = 2+109+144=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #026D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026D90 is #FD926F. Grayscale: #505050. Windows color (decimal): -16618096 or 9465090. OLE color: 9465090.

HSL color Cylindrical-coordinate representation of color #026D90: hue angle of 194.79º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026D90 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2109144-
CMYK0.990.2400.44
HSL194.79º97.26%28.63%-
HSV(B)194.79º98.61%56.47%-
XYZ10.5312.9628.33-
YUV81163.5571.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 109 (42.97% from 255) = 42.75%
BLUE value IS 144 (56.64% from 255) = 56.47%
R=0.78%
G=42.75%
B=56.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21091440.990.2400.44194.7997.2628.63
Hex26D90631802Cc3611d
Octal21552201433005430314135
Binary10110110110010000110001111000010110011000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026D90; }

 p { color: rgb(2,109,144); }

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

<style>
 a { background-color: #026D90; }

 a { background-color: rgb(2,109,144); }

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

<style>
 span { border-color: #026D90; }

 span { border-color: rgb(2,109,144); }

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