Html Css Color HEX #027595 Cerulean

📋 copy color: '#027595'

red 2 ◦ green 117 ◦ blue 149

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

Shades of Cerulean #027595

Tints of Cerulean #027595

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

 BLUE value IS 149 (58.59% from 255) = 55.6%

R = 0.75%
G = 43.66%
B = 55.6%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027595 (or 0x027595) is known color: Cerulean. HEX triplet: 02, 75 and 95. RGB value is (2,117,149). Sum of RGB (Red+Green+Blue) = 2+117+149=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #027595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027595 is #FD8A6A. Grayscale: #565656. Windows color (decimal): -16616043 or 9794818. OLE color: 9794818.

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

Color convert

RGB 2 117 149 -
CMYK 0.99 0.21 0 0.42
HSL 193.06º 0.97% 0.3% -
HSV(B) 193.06º 0.99% 0.58% -
XYZ 11.81 14.91 30.69 -
YUV 86.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 2 117 149 0.99 0.21 0 0.42 193.06 0.97 0.3
Hex 2 75 95 63 15 0 2A C1 61 1E
Octal 2 165 225 143 25 0 52 301 141 36
Binary 10 1110101 10010101 1100011 10101 0 101010 11000001 1100001 11110

Color Harmonies of #027595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027595

Black with #027595

Text Example


Text Example

White with #027595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027595; }

 p { color: rgb(2,117,149); }

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

background-color css

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

 a { background-color: rgb(2,117,149); }

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

border-color css

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

 span { border-color: rgb(2,117,149); }

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