Html Css Color HEX #129AB1 Pelorous

📋 copy color: '#129AB1'

red 18 ◦ green 154 ◦ blue 177

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

Shades of Pelorous #129AB1

Tints of Pelorous #129AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.13%

 BLUE value IS 177 (69.53% from 255) = 50.72%

R = 5.16%
G = 44.13%
B = 50.72%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#129AB1 (or 0x129AB1) is known color: Pelorous. HEX triplet: 12, 9A and B1. RGB value is (18,154,177). Sum of RGB (Red+Green+Blue) = 18+154+177=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 154 (60.55% from 255 or 44.13% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #129AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129AB1 is #ED654E. Grayscale: #737373. Windows color (decimal): -15557967 or 11639314. OLE color: 11639314.

HSL color Cylindrical-coordinate representation of color #129AB1: hue angle of 188.68º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129AB1 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 154 177 -
CMYK 0.90 0.13 0 0.31
HSL 188.68º 0.82% 0.38% -
HSV(B) 188.68º 0.9% 0.69% -
XYZ 19.74 26.41 45.65 -
YUV 115.96 162.44 58.13 -
System Red Green Blue C M Y K H S L
Decimal 18 154 177 0.90 0.13 0 0.31 188.68 0.82 0.38
Hex 12 9A B1 5A D 0 1F BD 52 26
Octal 22 232 261 132 15 0 37 275 122 46
Binary 10010 10011010 10110001 1011010 1101 0 11111 10111101 1010010 100110

Color Harmonies of #129AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AB1

Black with #129AB1

Text Example


Text Example

White with #129AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129AB1; }

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

 H1.HeaderClassName
 {
   color: #129AB1;
 }
 .AnyTagClassName
 {
   color: #129AB1;
 }
</style>

background-color css

<style>
 a { background-color: #129AB1; }

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

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

border-color css

<style>
 span { border-color: #129AB1; }

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

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