Html Css Color HEX #027AAB Cerulean

📋 copy color: '#027AAB'

red 2 ◦ green 122 ◦ blue 171

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

Shades of Cerulean #027AAB

Tints of Cerulean #027AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 0.68%
G = 41.36%
B = 57.97%

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

#027AAB (or 0x027AAB) is known color: Cerulean. HEX triplet: 02, 7A and AB. RGB value is (2,122,171). Sum of RGB (Red+Green+Blue) = 2+122+171=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #027AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027AAB is #FD8554. Grayscale: #5B5B5B. Windows color (decimal): -16614741 or 11237890. OLE color: 11237890.

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

Color convert

RGB 2 122 171 -
CMYK 0.99 0.29 0 0.33
HSL 197.4º 0.98% 0.34% -
HSV(B) 197.4º 0.99% 0.67% -
XYZ 14.34 16.87 41.03 -
YUV 91.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 2 122 171 0.99 0.29 0 0.33 197.4 0.98 0.34
Hex 2 7A AB 63 1D 0 21 C5 62 22
Octal 2 172 253 143 35 0 41 305 142 42
Binary 10 1111010 10101011 1100011 11101 0 100001 11000101 1100010 100010

Color Harmonies of #027AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027AAB

Black with #027AAB

Text Example


Text Example

White with #027AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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