#1B84AF

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

Shades of Pelorous #1B84AF

Tints of Pelorous #1B84AF

Color information

#1B84AF (or 0x1B84AF) is unknown color: approx Pelorous. HEX triplet: 1B, 84 and AF. RGB value is (27,132,175). Sum of RGB (Red+Green+Blue) = 27+132+175=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B84AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B84AF is #E47B50. Grayscale: #696969. Windows color (decimal): -14973777 or 11502619. OLE color: 11502619.

HSL color Cylindrical-coordinate representation of color #1B84AF: hue angle of 197.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B84AF is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB27132175-
CMYK0.850.2500.31
HSL197.43º73.27%39.61%-
HSV(B)197.43º84.57%68.63%-
XYZ16.4419.8343.52-
YUV105.51167.2172-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.08%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=8.08%
G=39.52%
B=52.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal271321750.850.2500.31197.4373.2739.61
Hex1B84AF551901Fc54928
Octal332042571253103730511150
Binary110111000010010101111101010111001011111110001011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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