Html Css Color HEX #027095 Cerulean

📋 copy color: '#027095'

red 2 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #027095

Tints of Cerulean #027095

RGB

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

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

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

R = 0.76%
G = 42.59%
B = 56.65%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027095 (or 0x027095) is known color: Cerulean. HEX triplet: 02, 70 and 95. RGB value is (2,112,149). Sum of RGB (Red+Green+Blue) = 2+112+149=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #027095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027095 is #FD8F6A. Grayscale: #535353. Windows color (decimal): -16617323 or 9793538. OLE color: 9793538.

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

Color convert

RGB 2 112 149 -
CMYK 0.99 0.25 0 0.42
HSL 195.1º 0.97% 0.3% -
HSV(B) 195.1º 0.99% 0.58% -
XYZ 11.24 13.77 30.5 -
YUV 83.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 2 112 149 0.99 0.25 0 0.42 195.1 0.97 0.3
Hex 2 70 95 63 19 0 2A C3 61 1E
Octal 2 160 225 143 31 0 52 303 141 36
Binary 10 1110000 10010101 1100011 11001 0 101010 11000011 1100001 11110

Color Harmonies of #027095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027095

Black with #027095

Text Example


Text Example

White with #027095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027095; }

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

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

background-color css

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

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

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

border-color css

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

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

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