Html Css Color HEX #027096 Cerulean

📋 copy color: '#027096'

red 2 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #027096

Tints of Cerulean #027096

RGB

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

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

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

R = 0.76%
G = 42.42%
B = 56.82%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027096 (or 0x027096) is known color: Cerulean. HEX triplet: 02, 70 and 96. RGB value is (2,112,150). Sum of RGB (Red+Green+Blue) = 2+112+150=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #027096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027096 is #FD8F69. Grayscale: #535353. Windows color (decimal): -16617322 or 9859074. OLE color: 9859074.

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

Color convert

RGB 2 112 150 -
CMYK 0.99 0.25 0 0.41
HSL 195.41º 0.97% 0.3% -
HSV(B) 195.41º 0.99% 0.59% -
XYZ 11.32 13.8 30.92 -
YUV 83.44 165.56 69.91 -
System Red Green Blue C M Y K H S L
Decimal 2 112 150 0.99 0.25 0 0.41 195.41 0.97 0.3
Hex 2 70 96 63 19 0 29 C3 61 1E
Octal 2 160 226 143 31 0 51 303 141 36
Binary 10 1110000 10010110 1100011 11001 0 101001 11000011 1100001 11110

Color Harmonies of #027096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027096

Black with #027096

Text Example


Text Example

White with #027096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027096; }

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

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

background-color css

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

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

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

border-color css

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

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

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