Html Css Color HEX #127AAE Cerulean

📋 copy color: '#127AAE'

red 18 ◦ green 122 ◦ blue 174

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

Shades of Cerulean #127AAE

Tints of Cerulean #127AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 5.73%
G = 38.85%
B = 55.41%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#127AAE (or 0x127AAE) is known color: Cerulean. HEX triplet: 12, 7A and AE. RGB value is (18,122,174). Sum of RGB (Red+Green+Blue) = 18+122+174=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #127AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAE is #ED8551. Grayscale: #606060. Windows color (decimal): -15566162 or 11434514. OLE color: 11434514.

HSL color Cylindrical-coordinate representation of color #127AAE: hue angle of 200º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127AAE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 122 174 -
CMYK 0.90 0.30 0 0.32
HSL 200º 0.81% 0.38% -
HSV(B) 200º 0.9% 0.68% -
XYZ 14.85 17.1 42.56 -
YUV 96.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 18 122 174 0.90 0.30 0 0.32 200 0.81 0.38
Hex 12 7A AE 5A 1E 0 20 C8 51 26
Octal 22 172 256 132 36 0 40 310 121 46
Binary 10010 1111010 10101110 1011010 11110 0 100000 11001000 1010001 100110

Color Harmonies of #127AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AAE

Black with #127AAE

Text Example


Text Example

White with #127AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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