Html Css Color HEX #1B83BF Pelorous

📋 copy color: '#1B83BF'

red 27 ◦ green 131 ◦ blue 191

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

Shades of Pelorous #1B83BF

Tints of Pelorous #1B83BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.73%

R = 7.74%
G = 37.54%
B = 54.73%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1B83BF (or 0x1B83BF) is known color: Pelorous. HEX triplet: 1B, 83 and BF. RGB value is (27,131,191). Sum of RGB (Red+Green+Blue) = 27+131+191=349 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.74% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B83BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B83BF is #E47C40. Grayscale: #6A6A6A. Windows color (decimal): -14974017 or 12550939. OLE color: 12550939.

HSL color Cylindrical-coordinate representation of color #1B83BF: hue angle of 201.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B83BF is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 27 131 191 -
CMYK 0.86 0.31 0 0.25
HSL 201.95º 0.75% 0.43% -
HSV(B) 201.95º 0.86% 0.75% -
XYZ 17.97 20.23 52.25 -
YUV 106.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 27 131 191 0.86 0.31 0 0.25 201.95 0.75 0.43
Hex 1B 83 BF 56 1F 0 19 CA 4B 2B
Octal 33 203 277 126 37 0 31 312 113 53
Binary 11011 10000011 10111111 1010110 11111 0 11001 11001010 1001011 101011

Color Harmonies of #1B83BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B83BF

Black with #1B83BF

Text Example


Text Example

White with #1B83BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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