Html Css Color HEX #027290 Cerulean

📋 copy color: '#027290'

red 2 ◦ green 114 ◦ blue 144

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

Shades of Cerulean #027290

Tints of Cerulean #027290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.85%

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

R = 0.77%
G = 43.85%
B = 55.38%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#027290 (or 0x027290) is known color: Cerulean. HEX triplet: 02, 72 and 90. RGB value is (2,114,144). Sum of RGB (Red+Green+Blue) = 2+114+144=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #027290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027290 is #FD8D6F. Grayscale: #535353. Windows color (decimal): -16616816 or 9466370. OLE color: 9466370.

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

Color convert

RGB 2 114 144 -
CMYK 0.99 0.21 0 0.44
HSL 192.68º 0.97% 0.29% -
HSV(B) 192.68º 0.99% 0.56% -
XYZ 11.08 14.06 28.52 -
YUV 83.93 161.89 69.56 -
System Red Green Blue C M Y K H S L
Decimal 2 114 144 0.99 0.21 0 0.44 192.68 0.97 0.29
Hex 2 72 90 63 15 0 2C C1 61 1D
Octal 2 162 220 143 25 0 54 301 141 35
Binary 10 1110010 10010000 1100011 10101 0 101100 11000001 1100001 11101

Color Harmonies of #027290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027290

Black with #027290

Text Example


Text Example

White with #027290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027290; }

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

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

background-color css

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

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

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

border-color css

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

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

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