Html Css Color HEX #127CAC Cerulean

📋 copy color: '#127CAC'

red 18 ◦ green 124 ◦ blue 172

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

Shades of Cerulean #127CAC

Tints of Cerulean #127CAC

RGB

 RED value IS 18 (7.42% from 255) = 5.73%

 GREEN value IS 124 (48.83% from 255) = 39.49%

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

R = 5.73%
G = 39.49%
B = 54.78%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#127CAC (or 0x127CAC) is known color: Cerulean. HEX triplet: 12, 7C and AC. RGB value is (18,124,172). Sum of RGB (Red+Green+Blue) = 18+124+172=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #127CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127CAC is #ED8353. Grayscale: #616161. Windows color (decimal): -15565652 or 11303954. OLE color: 11303954.

HSL color Cylindrical-coordinate representation of color #127CAC: hue angle of 198.7º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127CAC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 124 172 -
CMYK 0.90 0.28 0 0.33
HSL 198.7º 0.81% 0.37% -
HSV(B) 198.7º 0.9% 0.67% -
XYZ 14.9 17.52 41.63 -
YUV 97.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 18 124 172 0.90 0.28 0 0.33 198.7 0.81 0.37
Hex 12 7C AC 5A 1C 0 21 C7 51 25
Octal 22 174 254 132 34 0 41 307 121 45
Binary 10010 1111100 10101100 1011010 11100 0 100001 11000111 1010001 100101

Color Harmonies of #127CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127CAC

Black with #127CAC

Text Example


Text Example

White with #127CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127CAC; }

 p { color: rgb(18,124,172); }

 H1.HeaderClassName
 {
   color: #127CAC;
 }
 .AnyTagClassName
 {
   color: #127CAC;
 }
</style>

background-color css

<style>
 a { background-color: #127CAC; }

 a { background-color: rgb(18,124,172); }

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

border-color css

<style>
 span { border-color: #127CAC; }

 span { border-color: rgb(18,124,172); }

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