#026E98

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

Shades of Cerulean #026E98

Tints of Cerulean #026E98

Color information

#026E98 (or 0x026E98) is unknown color: approx Cerulean. HEX triplet: 02, 6E and 98. RGB value is (2,110,152). Sum of RGB (Red+Green+Blue) = 2+110+152=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #026E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E98 is #FD9167. Grayscale: #525252. Windows color (decimal): -16617832 or 9989634. OLE color: 9989634.

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

Color convert

RGB2110152-
CMYK0.990.2800.40
HSL196.8º97.4%30.2%-
HSV(B)196.8º98.68%59.61%-
XYZ11.2713.4331.7-
YUV82.5167.2270.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 110 (43.36% from 255) = 41.67%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=0.76%
G=41.67%
B=57.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21101520.990.2800.40196.897.430.2
Hex26E98631C028c5611e
Octal21562301433405030514136
Binary10110111010011000110001111100010100011000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,110,152); }

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

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

 a { background-color: rgb(2,110,152); }

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

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

 span { border-color: rgb(2,110,152); }

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