Html Css Color HEX #127AAC Cerulean

📋 copy color: '#127AAC'

red 18 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #127AAC

Tints of Cerulean #127AAC

RGB

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

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

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

R = 5.77%
G = 39.1%
B = 55.13%

CMYK

 C value IS 0.90

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#127AAC (or 0x127AAC) is known color: Cerulean. HEX triplet: 12, 7A and AC. RGB value is (18,122,172). Sum of RGB (Red+Green+Blue) = 18+122+172=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #127AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAC is #ED8553. Grayscale: #606060. Windows color (decimal): -15566164 or 11303442. OLE color: 11303442.

HSL color Cylindrical-coordinate representation of color #127AAC: hue angle of 199.48º 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 #127AAC is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 122 172 -
CMYK 0.90 0.29 0 0.33
HSL 199.48º 0.81% 0.37% -
HSV(B) 199.48º 0.9% 0.67% -
XYZ 14.66 17.03 41.54 -
YUV 96.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 18 122 172 0.90 0.29 0 0.33 199.48 0.81 0.37
Hex 12 7A AC 5A 1D 0 21 C7 51 25
Octal 22 172 254 132 35 0 41 307 121 45
Binary 10010 1111010 10101100 1011010 11101 0 100001 11000111 1010001 100101

Color Harmonies of #127AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AAC

Black with #127AAC

Text Example


Text Example

White with #127AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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