Html Css Color HEX #027594 Cerulean

📋 copy color: '#027594'

red 2 ◦ green 117 ◦ blue 148

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

Shades of Cerulean #027594

Tints of Cerulean #027594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 0.75%
G = 43.82%
B = 55.43%

CMYK

 C value IS 0.99

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#027594 (or 0x027594) is known color: Cerulean. HEX triplet: 02, 75 and 94. RGB value is (2,117,148). Sum of RGB (Red+Green+Blue) = 2+117+148=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #027594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027594 is #FD8A6B. Grayscale: #555555. Windows color (decimal): -16616044 or 9729282. OLE color: 9729282.

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

Color convert

RGB 2 117 148 -
CMYK 0.99 0.21 0 0.42
HSL 192.74º 0.97% 0.29% -
HSV(B) 192.74º 0.99% 0.58% -
XYZ 11.73 14.87 30.27 -
YUV 86.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 2 117 148 0.99 0.21 0 0.42 192.74 0.97 0.29
Hex 2 75 94 63 15 0 2A C1 61 1D
Octal 2 165 224 143 25 0 52 301 141 35
Binary 10 1110101 10010100 1100011 10101 0 101010 11000001 1100001 11101

Color Harmonies of #027594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027594

Black with #027594

Text Example


Text Example

White with #027594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027594; }

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

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

background-color css

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

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

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

border-color css

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

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

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