Html Css Color HEX #1892BB Pelorous

📋 copy color: '#1892BB'

red 24 ◦ green 146 ◦ blue 187

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

Shades of Pelorous #1892BB

Tints of Pelorous #1892BB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.9%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 6.72%
G = 40.9%
B = 52.38%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1892BB (or 0x1892BB) is known color: Pelorous. HEX triplet: 18, 92 and BB. RGB value is (24,146,187). Sum of RGB (Red+Green+Blue) = 24+146+187=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #1892BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1892BB is #E76D44. Grayscale: #717171. Windows color (decimal): -15166789 or 12292632. OLE color: 12292632.

HSL color Cylindrical-coordinate representation of color #1892BB: hue angle of 195.09º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1892BB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 146 187 -
CMYK 0.87 0.22 0 0.27
HSL 195.09º 0.77% 0.41% -
HSV(B) 195.09º 0.87% 0.73% -
XYZ 19.63 24.34 50.68 -
YUV 114.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 24 146 187 0.87 0.22 0 0.27 195.09 0.77 0.41
Hex 18 92 BB 57 16 0 1B C3 4D 29
Octal 30 222 273 127 26 0 33 303 115 51
Binary 11000 10010010 10111011 1010111 10110 0 11011 11000011 1001101 101001

Color Harmonies of #1892BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1892BB

Black with #1892BB

Text Example


Text Example

White with #1892BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1892BB; }

 p { color: rgb(24,146,187); }

 H1.HeaderClassName
 {
   color: #1892BB;
 }
 .AnyTagClassName
 {
   color: #1892BB;
 }
</style>

background-color css

<style>
 a { background-color: #1892BB; }

 a { background-color: rgb(24,146,187); }

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

border-color css

<style>
 span { border-color: #1892BB; }

 span { border-color: rgb(24,146,187); }

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