Html Css Color HEX #027697 Cerulean

📋 copy color: '#027697'

red 2 ◦ green 118 ◦ blue 151

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

Shades of Cerulean #027697

Tints of Cerulean #027697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.72%

R = 0.74%
G = 43.54%
B = 55.72%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027697 (or 0x027697) is known color: Cerulean. HEX triplet: 02, 76 and 97. RGB value is (2,118,151). Sum of RGB (Red+Green+Blue) = 2+118+151=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #027697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027697 is #FD8968. Grayscale: #565656. Windows color (decimal): -16615785 or 9926146. OLE color: 9926146.

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

Color convert

RGB 2 118 151 -
CMYK 0.99 0.22 0 0.41
HSL 193.29º 0.97% 0.3% -
HSV(B) 193.29º 0.99% 0.59% -
XYZ 12.09 15.2 31.58 -
YUV 87.08 164.07 67.32 -
System Red Green Blue C M Y K H S L
Decimal 2 118 151 0.99 0.22 0 0.41 193.29 0.97 0.3
Hex 2 76 97 63 16 0 29 C1 61 1E
Octal 2 166 227 143 26 0 51 301 141 36
Binary 10 1110110 10010111 1100011 10110 0 101001 11000001 1100001 11110

Color Harmonies of #027697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027697

Black with #027697

Text Example


Text Example

White with #027697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027697; }

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

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

background-color css

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

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

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

border-color css

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

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

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