Html Css Color HEX #027393 Cerulean

📋 copy color: '#027393'

red 2 ◦ green 115 ◦ blue 147

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

Shades of Cerulean #027393

Tints of Cerulean #027393

RGB

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

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

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

R = 0.76%
G = 43.56%
B = 55.68%

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

#027393 (or 0x027393) is known color: Cerulean. HEX triplet: 02, 73 and 93. RGB value is (2,115,147). Sum of RGB (Red+Green+Blue) = 2+115+147=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 147 (57.81% from 255 or 55.68% from 264); Max value from RGB is 147 - color contains mainly: blue. Hex color #027393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027393 is #FD8C6C. Grayscale: #545454. Windows color (decimal): -16616557 or 9663234. OLE color: 9663234.

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

Color convert

RGB 2 115 147 -
CMYK 0.99 0.22 0 0.42
HSL 193.24º 0.97% 0.29% -
HSV(B) 193.24º 0.99% 0.58% -
XYZ 11.42 14.38 29.78 -
YUV 84.86 163.06 68.9 -
System Red Green Blue C M Y K H S L
Decimal 2 115 147 0.99 0.22 0 0.42 193.24 0.97 0.29
Hex 2 73 93 63 16 0 2A C1 61 1D
Octal 2 163 223 143 26 0 52 301 141 35
Binary 10 1110011 10010011 1100011 10110 0 101010 11000001 1100001 11101

Color Harmonies of #027393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027393

Black with #027393

Text Example


Text Example

White with #027393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027393; }

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

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

background-color css

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

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

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

border-color css

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

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

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