#1D30B0

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

Shades of Persian Blue #1D30B0

Tints of Persian Blue #1D30B0

Color information

#1D30B0 (or 0x1D30B0) is unknown color: approx Persian Blue. HEX triplet: 1D, 30 and B0. RGB value is (29,48,176). Sum of RGB (Red+Green+Blue) = 29+48+176=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 176 (69.14% from 255 or 69.57% from 253); Max value from RGB is 176 - color contains mainly: blue. Hex color #1D30B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D30B0 is #E2CF4F. Grayscale: #383838. Windows color (decimal): -14864208 or 11546653. OLE color: 11546653.

HSL color Cylindrical-coordinate representation of color #1D30B0: hue angle of 232.24º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D30B0 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2948176-
CMYK0.840.7300.31
HSL232.24º71.71%40.2%-
HSV(B)232.24º83.52%69.02%-
XYZ9.45.5141.64-
YUV56.91195.21108.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.46%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 176 (69.14% from 255) = 69.57%
R=11.46%
G=18.97%
B=69.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29481760.840.7300.31232.2471.7140.2
Hex1D30B0544901Fe84828
Octal356026012411103735011050
Binary111011100001011000010101001001001011111111010001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D30B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,176); }

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

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

 a { background-color: rgb(29,48,176); }

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

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

 span { border-color: rgb(29,48,176); }

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