#1D3BC1

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

Shades of Persian Blue #1D3BC1

Tints of Persian Blue #1D3BC1

Color information

#1D3BC1 (or 0x1D3BC1) is unknown color: approx Persian Blue. HEX triplet: 1D, 3B and C1. RGB value is (29,59,193). Sum of RGB (Red+Green+Blue) = 29+59+193=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D3BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3BC1 is #E2C43E. Grayscale: #404040. Windows color (decimal): -14861375 or 12663581. OLE color: 12663581.

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

Color convert

RGB2959193-
CMYK0.850.6900.24
HSL229.02º73.87%43.53%-
HSV(B)229.02º84.97%75.69%-
XYZ11.77.2451.23-
YUV65.31200.06102.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.32%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 193 (75.78% from 255) = 68.68%
R=10.32%
G=21.00%
B=68.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29591930.850.6900.24229.0273.8743.53
Hex1D3BC15545018e54a2c
Octal357330112510503034511254
Binary111011110111100000110101011000101011000111001011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,59,193); }

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

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

 a { background-color: rgb(29,59,193); }

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

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

 span { border-color: rgb(29,59,193); }

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