Html Css Color HEX #026E95 Cerulean

📋 copy color: '#026E95'

red 2 ◦ green 110 ◦ blue 149

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

Shades of Cerulean #026E95

Tints of Cerulean #026E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 0.77%
G = 42.15%
B = 57.09%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#026E95 (or 0x026E95) is known color: Cerulean. HEX triplet: 02, 6E and 95. RGB value is (2,110,149). Sum of RGB (Red+Green+Blue) = 2+110+149=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #026E95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026E95 is #FD916A. Grayscale: #515151. Windows color (decimal): -16617835 or 9793026. OLE color: 9793026.

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

Color convert

RGB 2 110 149 -
CMYK 0.99 0.26 0 0.42
HSL 195.92º 0.97% 0.3% -
HSV(B) 195.92º 0.99% 0.58% -
XYZ 11.03 13.33 30.43 -
YUV 82.15 165.72 70.83 -
System Red Green Blue C M Y K H S L
Decimal 2 110 149 0.99 0.26 0 0.42 195.92 0.97 0.3
Hex 2 6E 95 63 1A 0 2A C4 61 1E
Octal 2 156 225 143 32 0 52 304 141 36
Binary 10 1101110 10010101 1100011 11010 0 101010 11000100 1100001 11110

Color Harmonies of #026E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E95

Black with #026E95

Text Example


Text Example

White with #026E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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