#026C90

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

Shades of Cerulean #026C90

Tints of Cerulean #026C90

Color information

#026C90 (or 0x026C90) is unknown color: approx Cerulean. HEX triplet: 02, 6C and 90. RGB value is (2,108,144). Sum of RGB (Red+Green+Blue) = 2+108+144=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #026C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026C90 is #FD936F. Grayscale: #505050. Windows color (decimal): -16618352 or 9464834. OLE color: 9464834.

HSL color Cylindrical-coordinate representation of color #026C90: hue angle of 195.21º 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 #026C90 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2108144-
CMYK0.990.2500.44
HSL195.21º97.26%28.63%-
HSV(B)195.21º98.61%56.47%-
XYZ10.4212.7528.3-
YUV80.41163.8872.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=0.79%
G=42.52%
B=56.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21081440.990.2500.44195.2197.2628.63
Hex26C90631902Cc3611d
Octal21542201433105430314135
Binary10110110010010000110001111001010110011000011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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