Html Css Color HEX #027799 Cerulean

📋 copy color: '#027799'

red 2 ◦ green 119 ◦ blue 153

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

Shades of Cerulean #027799

Tints of Cerulean #027799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 0.73%
G = 43.43%
B = 55.84%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027799 (or 0x027799) is known color: Cerulean. HEX triplet: 02, 77 and 99. RGB value is (2,119,153). Sum of RGB (Red+Green+Blue) = 2+119+153=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #027799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027799 is #FD8866. Grayscale: #575757. Windows color (decimal): -16615527 or 10057474. OLE color: 10057474.

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

Color convert

RGB 2 119 153 -
CMYK 0.99 0.22 0 0.4
HSL 193.51º 0.97% 0.3% -
HSV(B) 193.51º 0.99% 0.6% -
XYZ 12.37 15.51 32.48 -
YUV 87.89 164.74 66.74 -
System Red Green Blue C M Y K H S L
Decimal 2 119 153 0.99 0.22 0 0.4 193.51 0.97 0.3
Hex 2 77 99 63 16 0 28 C2 61 1E
Octal 2 167 231 143 26 0 50 302 141 36
Binary 10 1110111 10011001 1100011 10110 0 101000 11000010 1100001 11110

Color Harmonies of #027799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027799

Black with #027799

Text Example


Text Example

White with #027799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027799; }

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

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

background-color css

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

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

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

border-color css

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

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

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