Html Css Color HEX #027297 Cerulean

📋 copy color: '#027297'

red 2 ◦ green 114 ◦ blue 151

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

Shades of Cerulean #027297

Tints of Cerulean #027297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.7%

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

R = 0.75%
G = 42.7%
B = 56.55%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#027297 (or 0x027297) is known color: Cerulean. HEX triplet: 02, 72 and 97. RGB value is (2,114,151). Sum of RGB (Red+Green+Blue) = 2+114+151=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #027297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027297 is #FD8D68. Grayscale: #545454. Windows color (decimal): -16616809 or 9925122. OLE color: 9925122.

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

Color convert

RGB 2 114 151 -
CMYK 0.99 0.25 0 0.41
HSL 194.9º 0.97% 0.3% -
HSV(B) 194.9º 0.99% 0.59% -
XYZ 11.63 14.28 31.42 -
YUV 84.73 165.39 68.99 -
System Red Green Blue C M Y K H S L
Decimal 2 114 151 0.99 0.25 0 0.41 194.9 0.97 0.3
Hex 2 72 97 63 19 0 29 C3 61 1E
Octal 2 162 227 143 31 0 51 303 141 36
Binary 10 1110010 10010111 1100011 11001 0 101001 11000011 1100001 11110

Color Harmonies of #027297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027297

Black with #027297

Text Example


Text Example

White with #027297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027297; }

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

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

background-color css

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

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

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

border-color css

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

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

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