Html Css Color HEX #027896 Cerulean

📋 copy color: '#027896'

red 2 ◦ green 120 ◦ blue 150

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

Shades of Cerulean #027896

Tints of Cerulean #027896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 150 (58.98% from 255) = 55.15%

R = 0.74%
G = 44.12%
B = 55.15%

CMYK

 C value IS 0.99

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027896 (or 0x027896) is known color: Cerulean. HEX triplet: 02, 78 and 96. RGB value is (2,120,150). Sum of RGB (Red+Green+Blue) = 2+120+150=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #027896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027896 is #FD8769. Grayscale: #575757. Windows color (decimal): -16615274 or 9861122. OLE color: 9861122.

HSL color Cylindrical-coordinate representation of color #027896: hue angle of 192.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027896 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 120 150 -
CMYK 0.99 0.20 0 0.41
HSL 192.16º 0.97% 0.3% -
HSV(B) 192.16º 0.99% 0.59% -
XYZ 12.25 15.65 31.23 -
YUV 88.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 2 120 150 0.99 0.20 0 0.41 192.16 0.97 0.3
Hex 2 78 96 63 14 0 29 C0 61 1E
Octal 2 170 226 143 24 0 51 300 141 36
Binary 10 1111000 10010110 1100011 10100 0 101001 11000000 1100001 11110

Color Harmonies of #027896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027896

Black with #027896

Text Example


Text Example

White with #027896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027896; }

 p { color: rgb(2,120,150); }

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

background-color css

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

 a { background-color: rgb(2,120,150); }

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

border-color css

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

 span { border-color: rgb(2,120,150); }

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