Html Css Color HEX #027093 Cerulean

📋 copy color: '#027093'

red 2 ◦ green 112 ◦ blue 147

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

Shades of Cerulean #027093

Tints of Cerulean #027093

RGB

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

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

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

R = 0.77%
G = 42.91%
B = 56.32%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027093 (or 0x027093) is known color: Cerulean. HEX triplet: 02, 70 and 93. RGB value is (2,112,147). Sum of RGB (Red+Green+Blue) = 2+112+147=261 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #027093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027093 is #FD8F6C. Grayscale: #525252. Windows color (decimal): -16617325 or 9662466. OLE color: 9662466.

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

Color convert

RGB 2 112 147 -
CMYK 0.99 0.24 0 0.42
HSL 194.48º 0.97% 0.29% -
HSV(B) 194.48º 0.99% 0.58% -
XYZ 11.09 13.71 29.67 -
YUV 83.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 2 112 147 0.99 0.24 0 0.42 194.48 0.97 0.29
Hex 2 70 93 63 18 0 2A C2 61 1D
Octal 2 160 223 143 30 0 52 302 141 35
Binary 10 1110000 10010011 1100011 11000 0 101010 11000010 1100001 11101

Color Harmonies of #027093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027093

Black with #027093

Text Example


Text Example

White with #027093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027093; }

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

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

background-color css

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

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

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

border-color css

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

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

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