Html Css Color HEX #127A9A Cerulean

📋 copy color: '#127A9A'

red 18 ◦ green 122 ◦ blue 154

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

Shades of Cerulean #127A9A

Tints of Cerulean #127A9A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.5%

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 6.12%
G = 41.5%
B = 52.38%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#127A9A (or 0x127A9A) is known color: Cerulean. HEX triplet: 12, 7A and 9A. RGB value is (18,122,154). Sum of RGB (Red+Green+Blue) = 18+122+154=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #127A9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A9A is #ED8565. Grayscale: #5E5E5E. Windows color (decimal): -15566182 or 10123794. OLE color: 10123794.

HSL color Cylindrical-coordinate representation of color #127A9A: hue angle of 194.12º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127A9A is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 18 122 154 -
CMYK 0.88 0.21 0 0.40
HSL 194.12º 0.79% 0.34% -
HSV(B) 194.12º 0.88% 0.6% -
XYZ 13.04 16.38 33.05 -
YUV 94.55 161.54 73.4 -
System Red Green Blue C M Y K H S L
Decimal 18 122 154 0.88 0.21 0 0.40 194.12 0.79 0.34
Hex 12 7A 9A 58 15 0 28 C2 4F 22
Octal 22 172 232 130 25 0 50 302 117 42
Binary 10010 1111010 10011010 1011000 10101 0 101000 11000010 1001111 100010

Color Harmonies of #127A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127A9A

Black with #127A9A

Text Example


Text Example

White with #127A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,122,154); }

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

background-color css

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

 a { background-color: rgb(18,122,154); }

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

border-color css

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

 span { border-color: rgb(18,122,154); }

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