Html Css Color HEX #027696 Cerulean

📋 copy color: '#027696'

red 2 ◦ green 118 ◦ blue 150

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

Shades of Cerulean #027696

Tints of Cerulean #027696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.7%

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

R = 0.74%
G = 43.7%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027696 (or 0x027696) is known color: Cerulean. HEX triplet: 02, 76 and 96. RGB value is (2,118,150). Sum of RGB (Red+Green+Blue) = 2+118+150=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #027696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027696 is #FD8969. Grayscale: #565656. Windows color (decimal): -16615786 or 9860610. OLE color: 9860610.

HSL color Cylindrical-coordinate representation of color #027696: hue angle of 192.97º 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 #027696 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 118 150 -
CMYK 0.99 0.21 0 0.41
HSL 192.97º 0.97% 0.3% -
HSV(B) 192.97º 0.99% 0.59% -
XYZ 12.01 15.17 31.15 -
YUV 86.96 163.57 67.4 -
System Red Green Blue C M Y K H S L
Decimal 2 118 150 0.99 0.21 0 0.41 192.97 0.97 0.3
Hex 2 76 96 63 15 0 29 C1 61 1E
Octal 2 166 226 143 25 0 51 301 141 36
Binary 10 1110110 10010110 1100011 10101 0 101001 11000001 1100001 11110

Color Harmonies of #027696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027696

Black with #027696

Text Example


Text Example

White with #027696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027696; }

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

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

background-color css

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

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

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

border-color css

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

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

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