Html Css Color HEX #027292 Cerulean

📋 copy color: '#027292'

red 2 ◦ green 114 ◦ blue 146

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

Shades of Cerulean #027292

Tints of Cerulean #027292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.73%

R = 0.76%
G = 43.51%
B = 55.73%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027292 (or 0x027292) is known color: Cerulean. HEX triplet: 02, 72 and 92. RGB value is (2,114,146). Sum of RGB (Red+Green+Blue) = 2+114+146=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #027292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027292 is #FD8D6D. Grayscale: #535353. Windows color (decimal): -16616814 or 9597442. OLE color: 9597442.

HSL color Cylindrical-coordinate representation of color #027292: hue angle of 193.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027292 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 114 146 -
CMYK 0.99 0.22 0 0.43
HSL 193.33º 0.97% 0.29% -
HSV(B) 193.33º 0.99% 0.57% -
XYZ 11.23 14.12 29.33 -
YUV 84.16 162.89 69.4 -
System Red Green Blue C M Y K H S L
Decimal 2 114 146 0.99 0.22 0 0.43 193.33 0.97 0.29
Hex 2 72 92 63 16 0 2B C1 61 1D
Octal 2 162 222 143 26 0 53 301 141 35
Binary 10 1110010 10010010 1100011 10110 0 101011 11000001 1100001 11101

Color Harmonies of #027292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027292

Black with #027292

Text Example


Text Example

White with #027292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027292; }

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

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

background-color css

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

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

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

border-color css

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

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

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