Html Css Color HEX #026E94 Cerulean

📋 copy color: '#026E94'

red 2 ◦ green 110 ◦ blue 148

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

Shades of Cerulean #026E94

Tints of Cerulean #026E94

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.2% from 255) = 56.92%

R = 0.77%
G = 42.31%
B = 56.92%

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

#026E94 (or 0x026E94) is known color: 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

RGB 2 110 148 -
CMYK 0.99 0.26 0 0.42
HSL 195.62º 0.97% 0.29% -
HSV(B) 195.62º 0.99% 0.58% -
XYZ 10.95 13.3 30.01 -
YUV 82.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 2 110 148 0.99 0.26 0 0.42 195.62 0.97 0.29
Hex 2 6E 94 63 1A 0 2A C4 61 1D
Octal 2 156 224 143 32 0 52 304 141 35
Binary 10 1101110 10010100 1100011 11010 0 101010 11000100 1100001 11101

Color Harmonies of #026E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026E94

Black with #026E94

Text Example


Text Example

White with #026E94

Text Example


Text Example

HTML Codes & Css Web 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>