Html Css Color HEX #027BAB Cerulean

📋 copy color: '#027BAB'

red 2 ◦ green 123 ◦ blue 171

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

Shades of Cerulean #027BAB

Tints of Cerulean #027BAB

RGB

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

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

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

R = 0.68%
G = 41.55%
B = 57.77%

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

#027BAB (or 0x027BAB) is known color: Cerulean. HEX triplet: 02, 7B and AB. RGB value is (2,123,171). Sum of RGB (Red+Green+Blue) = 2+123+171=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #027BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BAB is #FD8454. Grayscale: #5B5B5B. Windows color (decimal): -16614485 or 11238146. OLE color: 11238146.

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

Color convert

RGB 2 123 171 -
CMYK 0.99 0.28 0 0.33
HSL 197.04º 0.98% 0.34% -
HSV(B) 197.04º 0.99% 0.67% -
XYZ 14.46 17.12 41.07 -
YUV 92.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 2 123 171 0.99 0.28 0 0.33 197.04 0.98 0.34
Hex 2 7B AB 63 1C 0 21 C5 62 22
Octal 2 173 253 143 34 0 41 305 142 42
Binary 10 1111011 10101011 1100011 11100 0 100001 11000101 1100010 100010

Color Harmonies of #027BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BAB

Black with #027BAB

Text Example


Text Example

White with #027BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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