Html Css Color HEX #127AAB Cerulean

📋 copy color: '#127AAB'

red 18 ◦ green 122 ◦ blue 171

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

Shades of Cerulean #127AAB

Tints of Cerulean #127AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.98%

R = 5.79%
G = 39.23%
B = 54.98%

CMYK

 C value IS 0.89

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#127AAB (or 0x127AAB) is known color: Cerulean. HEX triplet: 12, 7A and AB. RGB value is (18,122,171). Sum of RGB (Red+Green+Blue) = 18+122+171=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #127AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127AAB is #ED8554. Grayscale: #606060. Windows color (decimal): -15566165 or 11237906. OLE color: 11237906.

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

Color convert

RGB 18 122 171 -
CMYK 0.89 0.29 0 0.33
HSL 199.22º 0.81% 0.37% -
HSV(B) 199.22º 0.89% 0.67% -
XYZ 14.56 16.99 41.04 -
YUV 96.49 170.04 72.02 -
System Red Green Blue C M Y K H S L
Decimal 18 122 171 0.89 0.29 0 0.33 199.22 0.81 0.37
Hex 12 7A AB 59 1D 0 21 C7 51 25
Octal 22 172 253 131 35 0 41 307 121 45
Binary 10010 1111010 10101011 1011001 11101 0 100001 11000111 1010001 100101

Color Harmonies of #127AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127AAB

Black with #127AAB

Text Example


Text Example

White with #127AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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