Html Css Color HEX #027491 Cerulean

📋 copy color: '#027491'

red 2 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #027491

Tints of Cerulean #027491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 0.76%
G = 44.11%
B = 55.13%

CMYK

 C value IS 0.99

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#027491 (or 0x027491) is known color: Cerulean. HEX triplet: 02, 74 and 91. RGB value is (2,116,145). Sum of RGB (Red+Green+Blue) = 2+116+145=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #027491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027491 is #FD8B6E. Grayscale: #545454. Windows color (decimal): -16616303 or 9532418. OLE color: 9532418.

HSL color Cylindrical-coordinate representation of color #027491: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027491 is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 116 145 -
CMYK 0.99 0.2 0 0.43
HSL 192.17º 0.97% 0.29% -
HSV(B) 192.17º 0.99% 0.57% -
XYZ 11.38 14.55 29 -
YUV 85.22 161.73 68.64 -
System Red Green Blue C M Y K H S L
Decimal 2 116 145 0.99 0.2 0 0.43 192.17 0.97 0.29
Hex 2 74 91 63 14 0 2B C0 61 1D
Octal 2 164 221 143 24 0 53 300 141 35
Binary 10 1110100 10010001 1100011 10100 0 101011 11000000 1100001 11101

Color Harmonies of #027491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027491

Black with #027491

Text Example


Text Example

White with #027491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027491; }

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

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

background-color css

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

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

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

border-color css

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

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

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