#1D33BE

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

Shades of Persian Blue #1D33BE

Tints of Persian Blue #1D33BE

Color information

#1D33BE (or 0x1D33BE) is unknown color: approx Persian Blue. HEX triplet: 1D, 33 and BE. RGB value is (29,51,190). Sum of RGB (Red+Green+Blue) = 29+51+190=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33BE is #E2CC41. Grayscale: #3B3B3B. Windows color (decimal): -14863426 or 12464925. OLE color: 12464925.

HSL color Cylindrical-coordinate representation of color #1D33BE: hue angle of 231.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D33BE is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2951190-
CMYK0.850.7300.25
HSL231.8º73.52%42.94%-
HSV(B)231.8º84.74%74.51%-
XYZ10.986.3549.36-
YUV60.27201.21105.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.74%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 190 (74.61% from 255) = 70.37%
R=10.74%
G=18.89%
B=70.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29511900.850.7300.25231.873.5242.94
Hex1D33BE5549019e84a2b
Octal356327612511103135011253
Binary111011100111011111010101011001001011001111010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D33BE; }

 p { color: rgb(29,51,190); }

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

<style>
 a { background-color: #1D33BE; }

 a { background-color: rgb(29,51,190); }

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

<style>
 span { border-color: #1D33BE; }

 span { border-color: rgb(29,51,190); }

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