Html Css Color HEX #027497 Cerulean

📋 copy color: '#027497'

red 2 ◦ green 116 ◦ blue 151

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

Shades of Cerulean #027497

Tints of Cerulean #027497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 0.74%
G = 43.12%
B = 56.13%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027497 (or 0x027497) is known color: Cerulean. HEX triplet: 02, 74 and 97. RGB value is (2,116,151). Sum of RGB (Red+Green+Blue) = 2+116+151=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #027497 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027497 is #FD8B68. Grayscale: #555555. Windows color (decimal): -16616297 or 9925634. OLE color: 9925634.

HSL color Cylindrical-coordinate representation of color #027497: hue angle of 194.09º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027497 is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 116 151 -
CMYK 0.99 0.23 0 0.41
HSL 194.09º 0.97% 0.3% -
HSV(B) 194.09º 0.99% 0.59% -
XYZ 11.86 14.74 31.5 -
YUV 85.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 2 116 151 0.99 0.23 0 0.41 194.09 0.97 0.3
Hex 2 74 97 63 17 0 29 C2 61 1E
Octal 2 164 227 143 27 0 51 302 141 36
Binary 10 1110100 10010111 1100011 10111 0 101001 11000010 1100001 11110

Color Harmonies of #027497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027497

Black with #027497

Text Example


Text Example

White with #027497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027497; }

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

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

background-color css

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

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

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

border-color css

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

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

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