#1833b4

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

Shades of Persian Blue #1833B4

Tints of Persian Blue #1833B4

Color information

#1833B4 (or 0x1833B4) is unknown color: approx Persian Blue. HEX triplet: 18, 33 and B4. RGB value is (24,51,180). Sum of RGB (Red+Green+Blue) = 24+51+180=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 180 (70.70% from 255 or 70.59% from 255); Max value from RGB is 180 - color contains mainly: blue. Hex color #1833B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1833B4 is #E7CC4B. Grayscale: #393939. Windows color (decimal): -15191116 or 11809560. OLE color: 11809560.

HSL color Cylindrical-coordinate representation of color #1833B4: hue angle of 229.62º 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 #1833B4 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2451180-
CMYK0.870.7200.29
HSL229.62º76.47%40%-
HSV(B)229.62º86.67%70.59%-
XYZ9.85.8643.79-
YUV57.63197.05104.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 180 (70.70% from 255) = 70.59%
R=9.41%
G=20%
B=70.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal24511800.870.7200.29229.6276.4740
Hex1833B4574801De64c28
Octal306326412711003534611450
Binary110001100111011010010101111001000011101111001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1833b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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