Html Css Color HEX #026E90 Cerulean

📋 copy color: '#026E90'

red 2 ◦ green 110 ◦ blue 144

#026E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #026E90

Tints of Cerulean #026E90

RGB

 RED value IS 2 (1.17% from 255) = 0.78%

 GREEN value IS 110 (43.36% from 255) = 42.97%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 0.78%
G = 42.97%
B = 56.25%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#026E90 (or 0x026E90) is known color: Cerulean. HEX triplet: 02, 6E and 90. RGB value is (2,110,144). Sum of RGB (Red+Green+Blue) = 2+110+144=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #026E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E90 is #FD916F. Grayscale: #515151. Windows color (decimal): -16617840 or 9465346. OLE color: 9465346.

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

Color convert

RGB 2 110 144 -
CMYK 0.99 0.24 0 0.44
HSL 194.37º 0.97% 0.29% -
HSV(B) 194.37º 0.99% 0.56% -
XYZ 10.64 13.18 28.37 -
YUV 81.58 163.22 71.24 -
System Red Green Blue C M Y K H S L
Decimal 2 110 144 0.99 0.24 0 0.44 194.37 0.97 0.29
Hex 2 6E 90 63 18 0 2C C2 61 1D
Octal 2 156 220 143 30 0 54 302 141 35
Binary 10 1101110 10010000 1100011 11000 0 101100 11000010 1100001 11101

Color Harmonies of #026E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E90

Black with #026E90

Text Example


Text Example

White with #026E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #026E90;
 }
 .AnyTagClassName
 {
   color: #026E90;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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