Html Css Color HEX #027291 Cerulean

📋 copy color: '#027291'

red 2 ◦ green 114 ◦ blue 145

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

Shades of Cerulean #027291

Tints of Cerulean #027291

RGB

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

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

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

R = 0.77%
G = 43.68%
B = 55.56%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027291 (or 0x027291) is known color: Cerulean. HEX triplet: 02, 72 and 91. RGB value is (2,114,145). Sum of RGB (Red+Green+Blue) = 2+114+145=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 145 (57.03% from 255 or 55.56% from 261); Max value from RGB is 145 - color contains mainly: blue. Hex color #027291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027291 is #FD8D6E. Grayscale: #535353. Windows color (decimal): -16616815 or 9531906. OLE color: 9531906.

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

Color convert

RGB 2 114 145 -
CMYK 0.99 0.21 0 0.43
HSL 193.01º 0.97% 0.29% -
HSV(B) 193.01º 0.99% 0.57% -
XYZ 11.15 14.09 28.92 -
YUV 84.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 2 114 145 0.99 0.21 0 0.43 193.01 0.97 0.29
Hex 2 72 91 63 15 0 2B C1 61 1D
Octal 2 162 221 143 25 0 53 301 141 35
Binary 10 1110010 10010001 1100011 10101 0 101011 11000001 1100001 11101

Color Harmonies of #027291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027291

Black with #027291

Text Example


Text Example

White with #027291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027291; }

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

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

background-color css

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

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

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

border-color css

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

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

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