#026E94

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

Shades of Cerulean #026E94

Tints of Cerulean #026E94

Color information

#026E94 (or 0x026E94) is unknown color: approx Cerulean. HEX triplet: 02, 6E and 94. RGB value is (2,110,148). Sum of RGB (Red+Green+Blue) = 2+110+148=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #026E94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E94 is #FD916B. Grayscale: #515151. Windows color (decimal): -16617836 or 9727490. OLE color: 9727490.

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

Color convert

RGB2110148-
CMYK0.990.2600.42
HSL195.62º97.33%29.41%-
HSV(B)195.62º98.65%58.04%-
XYZ10.9513.330.01-
YUV82.04165.2270.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.77%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=0.77%
G=42.31%
B=56.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21101480.990.2600.42195.6297.3329.41
Hex26E94631A02Ac4611d
Octal21562241433205230414135
Binary10110111010010100110001111010010101011000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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