Html Css Color HEX #027395 Cerulean

📋 copy color: '#027395'

red 2 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #027395

Tints of Cerulean #027395

RGB

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

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

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

R = 0.75%
G = 43.23%
B = 56.02%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027395 (or 0x027395) is known color: Cerulean. HEX triplet: 02, 73 and 95. RGB value is (2,115,149). Sum of RGB (Red+Green+Blue) = 2+115+149=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #027395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027395 is #FD8C6A. Grayscale: #545454. Windows color (decimal): -16616555 or 9794306. OLE color: 9794306.

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

Color convert

RGB 2 115 149 -
CMYK 0.99 0.23 0 0.42
HSL 193.88º 0.97% 0.3% -
HSV(B) 193.88º 0.99% 0.58% -
XYZ 11.58 14.44 30.61 -
YUV 85.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 2 115 149 0.99 0.23 0 0.42 193.88 0.97 0.3
Hex 2 73 95 63 17 0 2A C2 61 1E
Octal 2 163 225 143 27 0 52 302 141 36
Binary 10 1110011 10010101 1100011 10111 0 101010 11000010 1100001 11110

Color Harmonies of #027395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027395

Black with #027395

Text Example


Text Example

White with #027395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027395; }

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

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

background-color css

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

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

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

border-color css

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

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

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