Html Css Color HEX #027BAC Cerulean

📋 copy color: '#027BAC'

red 2 ◦ green 123 ◦ blue 172

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

Shades of Cerulean #027BAC

Tints of Cerulean #027BAC

RGB

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

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

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

R = 0.67%
G = 41.41%
B = 57.91%

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

#027BAC (or 0x027BAC) is known color: Cerulean. HEX triplet: 02, 7B and AC. RGB value is (2,123,172). Sum of RGB (Red+Green+Blue) = 2+123+172=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #027BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027BAC is #FD8453. Grayscale: #5C5C5C. Windows color (decimal): -16614484 or 11303682. OLE color: 11303682.

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

Color convert

RGB 2 123 172 -
CMYK 0.99 0.28 0 0.33
HSL 197.29º 0.98% 0.34% -
HSV(B) 197.29º 0.99% 0.67% -
XYZ 14.55 17.16 41.57 -
YUV 92.41 172.91 63.52 -
System Red Green Blue C M Y K H S L
Decimal 2 123 172 0.99 0.28 0 0.33 197.29 0.98 0.34
Hex 2 7B AC 63 1C 0 21 C5 62 22
Octal 2 173 254 143 34 0 41 305 142 42
Binary 10 1111011 10101100 1100011 11100 0 100001 11000101 1100010 100010

Color Harmonies of #027BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027BAC

Black with #027BAC

Text Example


Text Example

White with #027BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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