#1D30C6

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

Shades of Persian Blue #1D30C6

Tints of Persian Blue #1D30C6

Color information

#1D30C6 (or 0x1D30C6) is unknown color: approx Persian Blue. HEX triplet: 1D, 30 and C6. RGB value is (29,48,198). Sum of RGB (Red+Green+Blue) = 29+48+198=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #1D30C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D30C6 is #E2CF39. Grayscale: #3A3A3A. Windows color (decimal): -14864186 or 12988445. OLE color: 12988445.

HSL color Cylindrical-coordinate representation of color #1D30C6: hue angle of 233.25º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D30C6 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2948198-
CMYK0.850.7600.22
HSL233.25º74.45%44.51%-
HSV(B)233.25º85.35%77.65%-
XYZ11.766.4554.05-
YUV59.42206.21106.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 198 (77.73% from 255) = 72%
R=10.55%
G=17.45%
B=72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29481980.850.7600.22233.2574.4544.51
Hex1D30C6554C016e94a2d
Octal356030612511402635111255
Binary111011100001100011010101011001100010110111010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D30C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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