Html Css Color HEX #026696 Cerulean

📋 copy color: '#026696'

red 2 ◦ green 102 ◦ blue 150

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

Shades of Cerulean #026696

Tints of Cerulean #026696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.16%

 BLUE value IS 150 (58.98% from 255) = 59.06%

R = 0.79%
G = 40.16%
B = 59.06%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#026696 (or 0x026696) is known color: Cerulean. HEX triplet: 02, 66 and 96. RGB value is (2,102,150). Sum of RGB (Red+Green+Blue) = 2+102+150=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #026696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026696 is #FD9969. Grayscale: #4D4D4D. Windows color (decimal): -16619882 or 9856514. OLE color: 9856514.

HSL color Cylindrical-coordinate representation of color #026696: hue angle of 199.46º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026696 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 102 150 -
CMYK 0.99 0.32 0 0.41
HSL 199.46º 0.97% 0.3% -
HSV(B) 199.46º 0.99% 0.59% -
XYZ 10.28 11.72 30.57 -
YUV 77.57 168.87 74.1 -
System Red Green Blue C M Y K H S L
Decimal 2 102 150 0.99 0.32 0 0.41 199.46 0.97 0.3
Hex 2 66 96 63 20 0 29 C7 61 1E
Octal 2 146 226 143 40 0 51 307 141 36
Binary 10 1100110 10010110 1100011 100000 0 101001 11000111 1100001 11110

Color Harmonies of #026696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026696

Black with #026696

Text Example


Text Example

White with #026696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026696; }

 p { color: rgb(2,102,150); }

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

background-color css

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

 a { background-color: rgb(2,102,150); }

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

border-color css

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

 span { border-color: rgb(2,102,150); }

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