Html Css Color HEX #027396 Cerulean

📋 copy color: '#027396'

red 2 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #027396

Tints of Cerulean #027396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.07%

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

R = 0.75%
G = 43.07%
B = 56.18%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027396 (or 0x027396) is known color: Cerulean. HEX triplet: 02, 73 and 96. RGB value is (2,115,150). Sum of RGB (Red+Green+Blue) = 2+115+150=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #027396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027396 is #FD8C69. Grayscale: #545454. Windows color (decimal): -16616554 or 9859842. OLE color: 9859842.

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

Color convert

RGB 2 115 150 -
CMYK 0.99 0.23 0 0.41
HSL 194.19º 0.97% 0.3% -
HSV(B) 194.19º 0.99% 0.59% -
XYZ 11.66 14.48 31.03 -
YUV 85.2 164.56 68.65 -
System Red Green Blue C M Y K H S L
Decimal 2 115 150 0.99 0.23 0 0.41 194.19 0.97 0.3
Hex 2 73 96 63 17 0 29 C2 61 1E
Octal 2 163 226 143 27 0 51 302 141 36
Binary 10 1110011 10010110 1100011 10111 0 101001 11000010 1100001 11110

Color Harmonies of #027396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027396

Black with #027396

Text Example


Text Example

White with #027396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027396; }

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

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

background-color css

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

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

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

border-color css

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

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

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