Html Css Color HEX #027094 Cerulean

📋 copy color: '#027094'

red 2 ◦ green 112 ◦ blue 148

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

Shades of Cerulean #027094

Tints of Cerulean #027094

RGB

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

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

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

R = 0.76%
G = 42.75%
B = 56.49%

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

#027094 (or 0x027094) is known color: Cerulean. HEX triplet: 02, 70 and 94. RGB value is (2,112,148). Sum of RGB (Red+Green+Blue) = 2+112+148=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #027094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027094 is #FD8F6B. Grayscale: #525252. Windows color (decimal): -16617324 or 9728002. OLE color: 9728002.

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

Color convert

RGB 2 112 148 -
CMYK 0.99 0.24 0 0.42
HSL 194.79º 0.97% 0.29% -
HSV(B) 194.79º 0.99% 0.58% -
XYZ 11.16 13.74 30.08 -
YUV 83.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 2 112 148 0.99 0.24 0 0.42 194.79 0.97 0.29
Hex 2 70 94 63 18 0 2A C3 61 1D
Octal 2 160 224 143 30 0 52 303 141 35
Binary 10 1110000 10010100 1100011 11000 0 101010 11000011 1100001 11101

Color Harmonies of #027094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027094

Black with #027094

Text Example


Text Example

White with #027094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027094; }

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

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

background-color css

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

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

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

border-color css

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

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

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