Html Css Color HEX #027191 Cerulean

📋 copy color: '#027191'

red 2 ◦ green 113 ◦ blue 145

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

Shades of Cerulean #027191

Tints of Cerulean #027191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 0.77%
G = 43.46%
B = 55.77%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027191 (or 0x027191) is known color: Cerulean. HEX triplet: 02, 71 and 91. RGB value is (2,113,145). Sum of RGB (Red+Green+Blue) = 2+113+145=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #027191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027191 is #FD8E6E. Grayscale: #535353. Windows color (decimal): -16617071 or 9531650. OLE color: 9531650.

HSL color Cylindrical-coordinate representation of color #027191: hue angle of 193.43º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027191 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 113 145 -
CMYK 0.99 0.22 0 0.43
HSL 193.43º 0.97% 0.29% -
HSV(B) 193.43º 0.99% 0.57% -
XYZ 11.04 13.87 28.88 -
YUV 83.46 162.73 69.9 -
System Red Green Blue C M Y K H S L
Decimal 2 113 145 0.99 0.22 0 0.43 193.43 0.97 0.29
Hex 2 71 91 63 16 0 2B C1 61 1D
Octal 2 161 221 143 26 0 53 301 141 35
Binary 10 1110001 10010001 1100011 10110 0 101011 11000001 1100001 11101

Color Harmonies of #027191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027191

Black with #027191

Text Example


Text Example

White with #027191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027191; }

 p { color: rgb(2,113,145); }

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

background-color css

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

 a { background-color: rgb(2,113,145); }

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

border-color css

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

 span { border-color: rgb(2,113,145); }

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