Html Css Color HEX #129EB3 Pelorous

📋 copy color: '#129EB3'

red 18 ◦ green 158 ◦ blue 179

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

Shades of Pelorous #129EB3

Tints of Pelorous #129EB3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.51%

 BLUE value IS 179 (70.31% from 255) = 50.42%

R = 5.07%
G = 44.51%
B = 50.42%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#129EB3 (or 0x129EB3) is known color: Pelorous. HEX triplet: 12, 9E and B3. RGB value is (18,158,179). Sum of RGB (Red+Green+Blue) = 18+158+179=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 179 (70.31% from 255 or 50.42% from 355); Max value from RGB is 179 - color contains mainly: blue. Hex color #129EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EB3 is #ED614C. Grayscale: #767676. Windows color (decimal): -15556941 or 11771410. OLE color: 11771410.

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

Color convert

RGB 18 158 179 -
CMYK 0.90 0.12 0 0.30
HSL 187.83º 0.82% 0.39% -
HSV(B) 187.83º 0.9% 0.7% -
XYZ 20.61 27.84 46.93 -
YUV 118.53 162.12 56.29 -
System Red Green Blue C M Y K H S L
Decimal 18 158 179 0.90 0.12 0 0.30 187.83 0.82 0.39
Hex 12 9E B3 5A C 0 1E BC 52 27
Octal 22 236 263 132 14 0 36 274 122 47
Binary 10010 10011110 10110011 1011010 1100 0 11110 10111100 1010010 100111

Color Harmonies of #129EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EB3

Black with #129EB3

Text Example


Text Example

White with #129EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,158,179); }

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

background-color css

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

 a { background-color: rgb(18,158,179); }

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

border-color css

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

 span { border-color: rgb(18,158,179); }

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