Html Css Color HEX #027494 Cerulean

📋 copy color: '#027494'

red 2 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #027494

Tints of Cerulean #027494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 0.75%
G = 43.61%
B = 55.64%

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

#027494 (or 0x027494) is known color: Cerulean. HEX triplet: 02, 74 and 94. RGB value is (2,116,148). Sum of RGB (Red+Green+Blue) = 2+116+148=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #027494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027494 is #FD8B6B. Grayscale: #555555. Windows color (decimal): -16616300 or 9729026. OLE color: 9729026.

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

Color convert

RGB 2 116 148 -
CMYK 0.99 0.22 0 0.42
HSL 193.15º 0.97% 0.29% -
HSV(B) 193.15º 0.99% 0.58% -
XYZ 11.62 14.64 30.23 -
YUV 85.56 163.23 68.4 -
System Red Green Blue C M Y K H S L
Decimal 2 116 148 0.99 0.22 0 0.42 193.15 0.97 0.29
Hex 2 74 94 63 16 0 2A C1 61 1D
Octal 2 164 224 143 26 0 52 301 141 35
Binary 10 1110100 10010100 1100011 10110 0 101010 11000001 1100001 11101

Color Harmonies of #027494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027494

Black with #027494

Text Example


Text Example

White with #027494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027494; }

 p { color: rgb(2,116,148); }

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

background-color css

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

 a { background-color: rgb(2,116,148); }

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

border-color css

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

 span { border-color: rgb(2,116,148); }

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