Html Css Color HEX #027BA1 Cerulean

📋 copy color: '#027BA1'

red 2 ◦ green 123 ◦ blue 161

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

Shades of Cerulean #027BA1

Tints of Cerulean #027BA1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.01%

 BLUE value IS 161 (63.28% from 255) = 56.29%

R = 0.7%
G = 43.01%
B = 56.29%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#027BA1 (or 0x027BA1) is known color: Cerulean. HEX triplet: 02, 7B and A1. RGB value is (2,123,161). Sum of RGB (Red+Green+Blue) = 2+123+161=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 161 (63.28% from 255 or 56.29% from 286); Max value from RGB is 161 - color contains mainly: blue. Hex color #027BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BA1 is #FD845E. Grayscale: #5A5A5A. Windows color (decimal): -16614495 or 10582786. OLE color: 10582786.

HSL color Cylindrical-coordinate representation of color #027BA1: hue angle of 194.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027BA1 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 123 161 -
CMYK 0.99 0.24 0 0.37
HSL 194.34º 0.98% 0.32% -
HSV(B) 194.34º 0.99% 0.63% -
XYZ 13.54 16.75 36.24 -
YUV 91.15 167.41 64.41 -
System Red Green Blue C M Y K H S L
Decimal 2 123 161 0.99 0.24 0 0.37 194.34 0.98 0.32
Hex 2 7B A1 63 18 0 25 C2 62 20
Octal 2 173 241 143 30 0 45 302 142 40
Binary 10 1111011 10100001 1100011 11000 0 100101 11000010 1100010 100000

Color Harmonies of #027BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BA1

Black with #027BA1

Text Example


Text Example

White with #027BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,123,161); }

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

background-color css

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

 a { background-color: rgb(2,123,161); }

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

border-color css

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

 span { border-color: rgb(2,123,161); }

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