#189EB3

Color #189EB3 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #189EB3

Tints of Pelorous #189EB3

Color information

#189EB3 (or 0x189EB3) is unknown color: approx Pelorous. HEX triplet: 18, 9E and B3. RGB value is (24,158,179). Sum of RGB (Red+Green+Blue) = 24+158+179=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #189EB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EB3 is #E7614C. Grayscale: #787878. Windows color (decimal): -15163725 or 11771416. OLE color: 11771416.

HSL color Cylindrical-coordinate representation of color #189EB3: hue angle of 188.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189EB3 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB24158179-
CMYK0.870.1200.30
HSL188.13º76.35%39.8%-
HSV(B)188.13º86.59%70.2%-
XYZ20.7427.946.94-
YUV120.33161.1159.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=6.65%
G=43.77%
B=49.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241581790.870.1200.30188.1376.3539.8
Hex189EB357C01Ebc4c28
Octal302362631271403627411450
Binary11000100111101011001110101111100011110101111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #189EB3;
 }
 .AnyTagClassName
 {
   color: #189EB3;
 }
</style>
background-color css

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

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

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

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

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

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