Html Css Color HEX #027293 Cerulean

📋 copy color: '#027293'

red 2 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #027293

Tints of Cerulean #027293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 0.76%
G = 43.35%
B = 55.89%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027293 (or 0x027293) is known color: Cerulean. HEX triplet: 02, 72 and 93. RGB value is (2,114,147). Sum of RGB (Red+Green+Blue) = 2+114+147=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #027293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027293 is #FD8D6C. Grayscale: #545454. Windows color (decimal): -16616813 or 9662978. OLE color: 9662978.

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

Color convert

RGB 2 114 147 -
CMYK 0.99 0.22 0 0.42
HSL 193.66º 0.97% 0.29% -
HSV(B) 193.66º 0.99% 0.58% -
XYZ 11.31 14.15 29.74 -
YUV 84.27 163.39 69.32 -
System Red Green Blue C M Y K H S L
Decimal 2 114 147 0.99 0.22 0 0.42 193.66 0.97 0.29
Hex 2 72 93 63 16 0 2A C2 61 1D
Octal 2 162 223 143 26 0 52 302 141 35
Binary 10 1110010 10010011 1100011 10110 0 101010 11000010 1100001 11101

Color Harmonies of #027293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027293

Black with #027293

Text Example


Text Example

White with #027293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027293; }

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

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

background-color css

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

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

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

border-color css

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

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

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