Html Css Color HEX #027097 Cerulean

📋 copy color: '#027097'

red 2 ◦ green 112 ◦ blue 151

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

Shades of Cerulean #027097

Tints of Cerulean #027097

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 151 (59.38% from 255) = 56.98%

R = 0.75%
G = 42.26%
B = 56.98%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027097 (or 0x027097) is known color: Cerulean. HEX triplet: 02, 70 and 97. RGB value is (2,112,151). Sum of RGB (Red+Green+Blue) = 2+112+151=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 151 (59.38% from 255 or 56.98% from 265); Max value from RGB is 151 - color contains mainly: blue. Hex color #027097 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027097 is #FD8F68. Grayscale: #535353. Windows color (decimal): -16617321 or 9924610. OLE color: 9924610.

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

Color convert

RGB 2 112 151 -
CMYK 0.99 0.26 0 0.41
HSL 195.7º 0.97% 0.3% -
HSV(B) 195.7º 0.99% 0.59% -
XYZ 11.41 13.84 31.35 -
YUV 83.56 166.06 69.83 -
System Red Green Blue C M Y K H S L
Decimal 2 112 151 0.99 0.26 0 0.41 195.7 0.97 0.3
Hex 2 70 97 63 1A 0 29 C4 61 1E
Octal 2 160 227 143 32 0 51 304 141 36
Binary 10 1110000 10010111 1100011 11010 0 101001 11000100 1100001 11110

Color Harmonies of #027097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027097

Black with #027097

Text Example


Text Example

White with #027097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027097; }

 p { color: rgb(2,112,151); }

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

background-color css

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

 a { background-color: rgb(2,112,151); }

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

border-color css

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

 span { border-color: rgb(2,112,151); }

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