Html Css Color HEX #1D39BC Persian Blue

📋 copy color: '#1D39BC'

red 29 ◦ green 57 ◦ blue 188

#1D39BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1D39BC

Tints of Persian Blue #1D39BC

RGB

 RED value IS 29 (11.72% from 255) = 10.58%

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 188 (73.83% from 255) = 68.61%

R = 10.58%
G = 20.8%
B = 68.61%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D39BC (or 0x1D39BC) is known color: Persian Blue. HEX triplet: 1D, 39 and BC. RGB value is (29,57,188). Sum of RGB (Red+Green+Blue) = 29+57+188=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D39BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D39BC is #E2C643. Grayscale: #3F3F3F. Windows color (decimal): -14861892 or 12335389. OLE color: 12335389.

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

Color convert

RGB 29 57 188 -
CMYK 0.85 0.70 0 0.26
HSL 229.43º 0.73% 0.43% -
HSV(B) 229.43º 0.85% 0.74% -
XYZ 11.05 6.82 48.31 -
YUV 63.56 198.22 103.35 -
System Red Green Blue C M Y K H S L
Decimal 29 57 188 0.85 0.70 0 0.26 229.43 0.73 0.43
Hex 1D 39 BC 55 46 0 1A E5 49 2B
Octal 35 71 274 125 106 0 32 345 111 53
Binary 11101 111001 10111100 1010101 1000110 0 11010 11100101 1001001 101011

Color Harmonies of #1D39BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D39BC

Black with #1D39BC

Text Example


Text Example

White with #1D39BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,188); }

 H1.HeaderClassName
 {
   color: #1D39BC;
 }
 .AnyTagClassName
 {
   color: #1D39BC;
 }
</style>

background-color css

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

 a { background-color: rgb(29,57,188); }

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

border-color css

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

 span { border-color: rgb(29,57,188); }

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