Html Css Color HEX #027299 Cerulean

📋 copy color: '#027299'

red 2 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #027299

Tints of Cerulean #027299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 0.74%
G = 42.38%
B = 56.88%

CMYK

 C value IS 0.99

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#027299 (or 0x027299) is known color: Cerulean. HEX triplet: 02, 72 and 99. RGB value is (2,114,153). Sum of RGB (Red+Green+Blue) = 2+114+153=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #027299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027299 is #FD8D66. Grayscale: #545454. Windows color (decimal): -16616807 or 10056194. OLE color: 10056194.

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

Color convert

RGB 2 114 153 -
CMYK 0.99 0.25 0 0.4
HSL 195.5º 0.97% 0.3% -
HSV(B) 195.5º 0.99% 0.6% -
XYZ 11.79 14.35 32.28 -
YUV 84.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 2 114 153 0.99 0.25 0 0.4 195.5 0.97 0.3
Hex 2 72 99 63 19 0 28 C3 61 1E
Octal 2 162 231 143 31 0 50 303 141 36
Binary 10 1110010 10011001 1100011 11001 0 101000 11000011 1100001 11110

Color Harmonies of #027299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027299

Black with #027299

Text Example


Text Example

White with #027299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027299; }

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

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

background-color css

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

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

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

border-color css

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

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

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