Html Css Color HEX #027CAC Cerulean

📋 copy color: '#027CAC'

red 2 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #027CAC

Tints of Cerulean #027CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.61%

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 0.67%
G = 41.61%
B = 57.72%

CMYK

 C value IS 0.99

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027CAC (or 0x027CAC) is known color: Cerulean. HEX triplet: 02, 7C and AC. RGB value is (2,124,172). Sum of RGB (Red+Green+Blue) = 2+124+172=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #027CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027CAC is #FD8353. Grayscale: #5C5C5C. Windows color (decimal): -16614228 or 11303938. OLE color: 11303938.

HSL color Cylindrical-coordinate representation of color #027CAC: hue angle of 196.94º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027CAC is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 124 172 -
CMYK 0.99 0.28 0 0.33
HSL 196.94º 0.98% 0.34% -
HSV(B) 196.94º 0.99% 0.67% -
XYZ 14.68 17.41 41.62 -
YUV 92.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 2 124 172 0.99 0.28 0 0.33 196.94 0.98 0.34
Hex 2 7C AC 63 1C 0 21 C5 62 22
Octal 2 174 254 143 34 0 41 305 142 42
Binary 10 1111100 10101100 1100011 11100 0 100001 11000101 1100010 100010

Color Harmonies of #027CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027CAC

Black with #027CAC

Text Example


Text Example

White with #027CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027CAC; }

 p { color: rgb(2,124,172); }

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

background-color css

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

 a { background-color: rgb(2,124,172); }

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

border-color css

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

 span { border-color: rgb(2,124,172); }

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