Html Css Color HEX #1B83AD Pelorous

📋 copy color: '#1B83AD'

red 27 ◦ green 131 ◦ blue 173

#1B83AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #1B83AD

Tints of Pelorous #1B83AD

RGB

 RED value IS 27 (10.94% from 255) = 8.16%

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 8.16%
G = 39.58%
B = 52.27%

CMYK

 C value IS 0.84

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B83AD (or 0x1B83AD) is known color: Pelorous. HEX triplet: 1B, 83 and AD. RGB value is (27,131,173). Sum of RGB (Red+Green+Blue) = 27+131+173=331 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.16% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B83AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B83AD is #E47C52. Grayscale: #686868. Windows color (decimal): -14974035 or 11371291. OLE color: 11371291.

HSL color Cylindrical-coordinate representation of color #1B83AD: hue angle of 197.26º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B83AD is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 131 173 -
CMYK 0.84 0.24 0 0.32
HSL 197.26º 0.73% 0.39% -
HSV(B) 197.26º 0.84% 0.68% -
XYZ 16.11 19.48 42.45 -
YUV 104.69 166.54 72.58 -
System Red Green Blue C M Y K H S L
Decimal 27 131 173 0.84 0.24 0 0.32 197.26 0.73 0.39
Hex 1B 83 AD 54 18 0 20 C5 49 27
Octal 33 203 255 124 30 0 40 305 111 47
Binary 11011 10000011 10101101 1010100 11000 0 100000 11000101 1001001 100111

Color Harmonies of #1B83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B83AD

Black with #1B83AD

Text Example


Text Example

White with #1B83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,131,173); }

 H1.HeaderClassName
 {
   color: #1B83AD;
 }
 .AnyTagClassName
 {
   color: #1B83AD;
 }
</style>

background-color css

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

 a { background-color: rgb(27,131,173); }

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

border-color css

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

 span { border-color: rgb(27,131,173); }

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