Html Css Color HEX #027AAC Cerulean

📋 copy color: '#027AAC'

red 2 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #027AAC

Tints of Cerulean #027AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

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

R = 0.68%
G = 41.22%
B = 58.11%

CMYK

 C value IS 0.99

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#027AAC (or 0x027AAC) is known color: Cerulean. HEX triplet: 02, 7A and AC. RGB value is (2,122,172). Sum of RGB (Red+Green+Blue) = 2+122+172=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #027AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAC is #FD8553. Grayscale: #5B5B5B. Windows color (decimal): -16614740 or 11303426. OLE color: 11303426.

HSL color Cylindrical-coordinate representation of color #027AAC: hue angle of 197.65º 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 #027AAC is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 122 172 -
CMYK 0.99 0.29 0 0.33
HSL 197.65º 0.98% 0.34% -
HSV(B) 197.65º 0.99% 0.67% -
XYZ 14.43 16.91 41.53 -
YUV 91.82 173.24 63.93 -
System Red Green Blue C M Y K H S L
Decimal 2 122 172 0.99 0.29 0 0.33 197.65 0.98 0.34
Hex 2 7A AC 63 1D 0 21 C6 62 22
Octal 2 172 254 143 35 0 41 306 142 42
Binary 10 1111010 10101100 1100011 11101 0 100001 11000110 1100010 100010

Color Harmonies of #027AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AAC

Black with #027AAC

Text Example


Text Example

White with #027AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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