#1B84C3

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

Shades of Pelorous #1B84C3

Tints of Pelorous #1B84C3

Color information

#1B84C3 (or 0x1B84C3) is unknown color: approx Pelorous. HEX triplet: 1B, 84 and C3. RGB value is (27,132,195). Sum of RGB (Red+Green+Blue) = 27+132+195=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #1B84C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B84C3 is #E47B3C. Grayscale: #6B6B6B. Windows color (decimal): -14973757 or 12813339. OLE color: 12813339.

HSL color Cylindrical-coordinate representation of color #1B84C3: hue angle of 202.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B84C3 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB27132195-
CMYK0.860.3200.24
HSL202.5º75.68%43.53%-
HSV(B)202.5º86.15%76.47%-
XYZ18.5520.6854.64-
YUV107.79177.2170.38-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 132 (51.95% from 255) = 37.29%
BLUE value IS 195 (76.56% from 255) = 55.08%
R=7.63%
G=37.29%
B=55.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271321950.860.3200.24202.575.6843.53
Hex1B84C35620018ca4c2c
Octal332043031264003031211454
Binary1101110000100110000111010110100000011000110010101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B84C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,132,195); }

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

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

 a { background-color: rgb(27,132,195); }

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

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

 span { border-color: rgb(27,132,195); }

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