#1835BF

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

Shades of Persian Blue #1835BF

Tints of Persian Blue #1835BF

Color information

#1835BF (or 0x1835BF) is unknown color: approx Persian Blue. HEX triplet: 18, 35 and BF. RGB value is (24,53,191). Sum of RGB (Red+Green+Blue) = 24+53+191=268 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.96% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #1835BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1835BF is #E7CA40. Grayscale: #3B3B3B. Windows color (decimal): -15190593 or 12530968. OLE color: 12530968.

HSL color Cylindrical-coordinate representation of color #1835BF: hue angle of 229.58º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1835BF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2453191-
CMYK0.870.7200.25
HSL229.58º77.67%42.16%-
HSV(B)229.58º87.43%74.9%-
XYZ11.056.549.96-
YUV60.06201.89102.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.96%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 191 (75% from 255) = 71.27%
R=8.96%
G=19.78%
B=71.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24531910.870.7200.25229.5877.6742.16
Hex1835BF5748019e64e2a
Octal306527712711003134611652
Binary110001101011011111110101111001000011001111001101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1835BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1835BF; }

 p { color: rgb(24,53,191); }

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

<style>
 a { background-color: #1835BF; }

 a { background-color: rgb(24,53,191); }

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

<style>
 span { border-color: #1835BF; }

 span { border-color: rgb(24,53,191); }

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