Html Css Color HEX #129FB4 Pelorous

📋 copy color: '#129FB4'

red 18 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #129FB4

Tints of Pelorous #129FB4

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.54%

 BLUE value IS 180 (70.7% from 255) = 50.42%

R = 5.04%
G = 44.54%
B = 50.42%

CMYK

 C value IS 0.9

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#129FB4 (or 0x129FB4) is known color: Pelorous. HEX triplet: 12, 9F and B4. RGB value is (18,159,180). Sum of RGB (Red+Green+Blue) = 18+159+180=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 159 (62.5% from 255 or 44.54% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #129FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FB4 is #ED604B. Grayscale: #777777. Windows color (decimal): -15556684 or 11837202. OLE color: 11837202.

HSL color Cylindrical-coordinate representation of color #129FB4: hue angle of 187.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129FB4 is Cyan = 0.9, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 159 180 -
CMYK 0.9 0.12 0 0.29
HSL 187.78º 0.82% 0.39% -
HSV(B) 187.78º 0.9% 0.71% -
XYZ 20.89 28.22 47.53 -
YUV 119.24 162.29 55.79 -
System Red Green Blue C M Y K H S L
Decimal 18 159 180 0.9 0.12 0 0.29 187.78 0.82 0.39
Hex 12 9F B4 5A C 0 1D BC 52 27
Octal 22 237 264 132 14 0 35 274 122 47
Binary 10010 10011111 10110100 1011010 1100 0 11101 10111100 1010010 100111

Color Harmonies of #129FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FB4

Black with #129FB4

Text Example


Text Example

White with #129FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,180); }

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

background-color css

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

 a { background-color: rgb(18,159,180); }

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

border-color css

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

 span { border-color: rgb(18,159,180); }

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