#1B92BC

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

Shades of Pelorous #1B92BC

Tints of Pelorous #1B92BC

Color information

#1B92BC (or 0x1B92BC) is unknown color: approx Pelorous. HEX triplet: 1B, 92 and BC. RGB value is (27,146,188). Sum of RGB (Red+Green+Blue) = 27+146+188=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B92BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B92BC is #E46D43. Grayscale: #727272. Windows color (decimal): -14970180 or 12358171. OLE color: 12358171.

HSL color Cylindrical-coordinate representation of color #1B92BC: hue angle of 195.65º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B92BC is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27146188-
CMYK0.860.2200.26
HSL195.65º74.88%42.16%-
HSV(B)195.65º85.64%73.73%-
XYZ19.8124.4251.25-
YUV115.21169.0865.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.48%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 188 (73.83% from 255) = 52.08%
R=7.48%
G=40.44%
B=52.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271461880.860.2200.26195.6574.8842.16
Hex1B92BC561601Ac44b2a
Octal332222741262603230411352
Binary110111001001010111100101011010110011010110001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B92BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,146,188); }

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

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

 a { background-color: rgb(27,146,188); }

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

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

 span { border-color: rgb(27,146,188); }

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