Html Css Color HEX #027BA0 Cerulean

📋 copy color: '#027BA0'

red 2 ◦ green 123 ◦ blue 160

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

Shades of Cerulean #027BA0

Tints of Cerulean #027BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 56.14%

R = 0.7%
G = 43.16%
B = 56.14%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#027BA0 (or 0x027BA0) is known color: Cerulean. HEX triplet: 02, 7B and A0. RGB value is (2,123,160). Sum of RGB (Red+Green+Blue) = 2+123+160=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #027BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BA0 is #FD845F. Grayscale: #5A5A5A. Windows color (decimal): -16614496 or 10517250. OLE color: 10517250.

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

Color convert

RGB 2 123 160 -
CMYK 0.99 0.23 0 0.37
HSL 194.05º 0.98% 0.32% -
HSV(B) 194.05º 0.99% 0.63% -
XYZ 13.45 16.72 35.78 -
YUV 91.04 166.91 64.49 -
System Red Green Blue C M Y K H S L
Decimal 2 123 160 0.99 0.23 0 0.37 194.05 0.98 0.32
Hex 2 7B A0 63 17 0 25 C2 62 20
Octal 2 173 240 143 27 0 45 302 142 40
Binary 10 1111011 10100000 1100011 10111 0 100101 11000010 1100010 100000

Color Harmonies of #027BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BA0

Black with #027BA0

Text Example


Text Example

White with #027BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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