#1833BD

Color #1833BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1833BD

Tints of Persian Blue #1833BD

Color information

#1833BD (or 0x1833BD) is unknown color: approx Persian Blue. HEX triplet: 18, 33 and BD. RGB value is (24,51,189). Sum of RGB (Red+Green+Blue) = 24+51+189=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 189 (74.22% from 255 or 71.59% from 264); Max value from RGB is 189 - color contains mainly: blue. Hex color #1833BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833BD is #E7CC42. Grayscale: #3A3A3A. Windows color (decimal): -15191107 or 12399384. OLE color: 12399384.

HSL color Cylindrical-coordinate representation of color #1833BD: hue angle of 230.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1833BD is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2451189-
CMYK0.870.7300.26
HSL230.18º77.46%41.76%-
HSV(B)230.18º87.3%74.12%-
XYZ10.756.2448.78-
YUV58.66201.55103.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.09%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 189 (74.22% from 255) = 71.59%
R=9.09%
G=19.32%
B=71.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal24511890.870.7300.26230.1877.4641.76
Hex1833BD574901Ae64d2a
Octal306327512711103234611552
Binary110001100111011110110101111001001011010111001101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1833BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1833BD; }

 p { color: rgb(24,51,189); }

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

<style>
 a { background-color: #1833BD; }

 a { background-color: rgb(24,51,189); }

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

<style>
 span { border-color: #1833BD; }

 span { border-color: rgb(24,51,189); }

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