Html Css Color HEX #1883B4 Pelorous

📋 copy color: '#1883B4'

red 24 ◦ green 131 ◦ blue 180

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

Shades of Pelorous #1883B4

Tints of Pelorous #1883B4

RGB

 RED value IS 24 (9.77% from 255) = 7.16%

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

 BLUE value IS 180 (70.7% from 255) = 53.73%

R = 7.16%
G = 39.1%
B = 53.73%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1883B4 (or 0x1883B4) is known color: Pelorous. HEX triplet: 18, 83 and B4. RGB value is (24,131,180). Sum of RGB (Red+Green+Blue) = 24+131+180=335 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.16% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 180 (70.70% from 255 or 53.73% from 335); Max value from RGB is 180 - color contains mainly: blue. Hex color #1883B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883B4 is #E77C4B. Grayscale: #686868. Windows color (decimal): -15170636 or 11830040. OLE color: 11830040.

HSL color Cylindrical-coordinate representation of color #1883B4: hue angle of 198.85º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1883B4 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 131 180 -
CMYK 0.87 0.27 0 0.29
HSL 198.85º 0.76% 0.4% -
HSV(B) 198.85º 0.87% 0.71% -
XYZ 16.73 19.72 46.1 -
YUV 104.59 170.55 70.52 -
System Red Green Blue C M Y K H S L
Decimal 24 131 180 0.87 0.27 0 0.29 198.85 0.76 0.4
Hex 18 83 B4 57 1B 0 1D C7 4C 28
Octal 30 203 264 127 33 0 35 307 114 50
Binary 11000 10000011 10110100 1010111 11011 0 11101 11000111 1001100 101000

Color Harmonies of #1883B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1883B4

Black with #1883B4

Text Example


Text Example

White with #1883B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1883B4; }

 p { color: rgb(24,131,180); }

 H1.HeaderClassName
 {
   color: #1883B4;
 }
 .AnyTagClassName
 {
   color: #1883B4;
 }
</style>

background-color css

<style>
 a { background-color: #1883B4; }

 a { background-color: rgb(24,131,180); }

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

border-color css

<style>
 span { border-color: #1883B4; }

 span { border-color: rgb(24,131,180); }

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