#026A98

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

Shades of Cerulean #026A98

Tints of Cerulean #026A98

Color information

#026A98 (or 0x026A98) is unknown color: approx Cerulean. HEX triplet: 02, 6A and 98. RGB value is (2,106,152). Sum of RGB (Red+Green+Blue) = 2+106+152=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #026A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026A98 is #FD9567. Grayscale: #4F4F4F. Windows color (decimal): -16618856 or 9988610. OLE color: 9988610.

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

Color convert

RGB2106152-
CMYK0.990.3000.40
HSL198.4º97.4%30.2%-
HSV(B)198.4º98.68%59.61%-
XYZ10.8512.5931.56-
YUV80.15168.5472.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 106 (41.80% from 255) = 40.77%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=0.77%
G=40.77%
B=58.46%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21061520.990.3000.40198.497.430.2
Hex26A98631E028c6611e
Octal21522301433605030614136
Binary10110101010011000110001111110010100011000110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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