Html Css Color HEX #027999 Cerulean

📋 copy color: '#027999'

red 2 ◦ green 121 ◦ blue 153

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

Shades of Cerulean #027999

Tints of Cerulean #027999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.84%

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 0.72%
G = 43.84%
B = 55.43%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027999 (or 0x027999) is known color: Cerulean. HEX triplet: 02, 79 and 99. RGB value is (2,121,153). Sum of RGB (Red+Green+Blue) = 2+121+153=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #027999 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027999 is #FD8666. Grayscale: #585858. Windows color (decimal): -16615015 or 10057986. OLE color: 10057986.

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

Color convert

RGB 2 121 153 -
CMYK 0.99 0.21 0 0.4
HSL 192.72º 0.97% 0.3% -
HSV(B) 192.72º 0.99% 0.6% -
XYZ 12.61 15.99 32.56 -
YUV 89.07 164.08 65.9 -
System Red Green Blue C M Y K H S L
Decimal 2 121 153 0.99 0.21 0 0.4 192.72 0.97 0.3
Hex 2 79 99 63 15 0 28 C1 61 1E
Octal 2 171 231 143 25 0 50 301 141 36
Binary 10 1111001 10011001 1100011 10101 0 101000 11000001 1100001 11110

Color Harmonies of #027999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027999

Black with #027999

Text Example


Text Example

White with #027999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027999; }

 p { color: rgb(2,121,153); }

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

background-color css

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

 a { background-color: rgb(2,121,153); }

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

border-color css

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

 span { border-color: rgb(2,121,153); }

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