#1B98B3

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

Shades of Pelorous #1B98B3

Tints of Pelorous #1B98B3

Color information

#1B98B3 (or 0x1B98B3) is unknown color: approx Pelorous. HEX triplet: 1B, 98 and B3. RGB value is (27,152,179). Sum of RGB (Red+Green+Blue) = 27+152+179=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 179 (70.31% from 255 or 50% from 358); Max value from RGB is 179 - color contains mainly: blue. Hex color #1B98B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B98B3 is #E4674C. Grayscale: #757575. Windows color (decimal): -14968653 or 11769883. OLE color: 11769883.

HSL color Cylindrical-coordinate representation of color #1B98B3: hue angle of 190.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B98B3 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB27152179-
CMYK0.850.1500.30
HSL190.66º73.79%40.39%-
HSV(B)190.66º84.92%70.2%-
XYZ19.8225.9446.61-
YUV117.7162.5963.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.54%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 179 (70.31% from 255) = 50%
R=7.54%
G=42.46%
B=50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal271521790.850.1500.30190.6673.7940.39
Hex1B98B355F01Ebf4a28
Octal332302631251703627711250
Binary11011100110001011001110101011111011110101111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B98B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B98B3; }

 p { color: rgb(27,152,179); }

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

<style>
 a { background-color: #1B98B3; }

 a { background-color: rgb(27,152,179); }

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

<style>
 span { border-color: #1B98B3; }

 span { border-color: rgb(27,152,179); }

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