Html Css Color HEX #027295 Cerulean

📋 copy color: '#027295'

red 2 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #027295

Tints of Cerulean #027295

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.02%

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

R = 0.75%
G = 43.02%
B = 56.23%

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

#027295 (or 0x027295) is known color: Cerulean. HEX triplet: 02, 72 and 95. RGB value is (2,114,149). Sum of RGB (Red+Green+Blue) = 2+114+149=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #027295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027295 is #FD8D6A. Grayscale: #545454. Windows color (decimal): -16616811 or 9794050. OLE color: 9794050.

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

Color convert

RGB 2 114 149 -
CMYK 0.99 0.23 0 0.42
HSL 194.29º 0.97% 0.3% -
HSV(B) 194.29º 0.99% 0.58% -
XYZ 11.47 14.22 30.57 -
YUV 84.5 164.39 69.15 -
System Red Green Blue C M Y K H S L
Decimal 2 114 149 0.99 0.23 0 0.42 194.29 0.97 0.3
Hex 2 72 95 63 17 0 2A C2 61 1E
Octal 2 162 225 143 27 0 52 302 141 36
Binary 10 1110010 10010101 1100011 10111 0 101010 11000010 1100001 11110

Color Harmonies of #027295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027295

Black with #027295

Text Example


Text Example

White with #027295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027295; }

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

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

background-color css

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

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

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

border-color css

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

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

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