Html Css Color HEX #027190 Cerulean

📋 copy color: '#027190'

red 2 ◦ green 113 ◦ blue 144

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

Shades of Cerulean #027190

Tints of Cerulean #027190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 0.77%
G = 43.63%
B = 55.6%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#027190 (or 0x027190) is known color: Cerulean. HEX triplet: 02, 71 and 90. RGB value is (2,113,144). Sum of RGB (Red+Green+Blue) = 2+113+144=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #027190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027190 is #FD8E6F. Grayscale: #535353. Windows color (decimal): -16617072 or 9466114. OLE color: 9466114.

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

Color convert

RGB 2 113 144 -
CMYK 0.99 0.22 0 0.44
HSL 193.1º 0.97% 0.29% -
HSV(B) 193.1º 0.99% 0.56% -
XYZ 10.96 13.84 28.48 -
YUV 83.35 162.23 69.98 -
System Red Green Blue C M Y K H S L
Decimal 2 113 144 0.99 0.22 0 0.44 193.1 0.97 0.29
Hex 2 71 90 63 16 0 2C C1 61 1D
Octal 2 161 220 143 26 0 54 301 141 35
Binary 10 1110001 10010000 1100011 10110 0 101100 11000001 1100001 11101

Color Harmonies of #027190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027190

Black with #027190

Text Example


Text Example

White with #027190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027190; }

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

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

background-color css

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

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

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

border-color css

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

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

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