Html Css Color HEX #1D2CBB Persian Blue

📋 copy color: '#1D2CBB'

red 29 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #1D2CBB

Tints of Persian Blue #1D2CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.92%

 BLUE value IS 187 (73.44% from 255) = 71.92%

R = 11.15%
G = 16.92%
B = 71.92%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D2CBB (or 0x1D2CBB) is known color: Persian Blue. HEX triplet: 1D, 2C and BB. RGB value is (29,44,187). Sum of RGB (Red+Green+Blue) = 29+44+187=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D2CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2CBB is #E2D344. Grayscale: #373737. Windows color (decimal): -14865221 or 12266525. OLE color: 12266525.

HSL color Cylindrical-coordinate representation of color #1D2CBB: hue angle of 234.3º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D2CBB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 44 187 -
CMYK 0.84 0.76 0 0.27
HSL 234.3º 0.73% 0.42% -
HSV(B) 234.3º 0.84% 0.73% -
XYZ 10.38 5.65 47.56 -
YUV 55.82 202.03 108.87 -
System Red Green Blue C M Y K H S L
Decimal 29 44 187 0.84 0.76 0 0.27 234.3 0.73 0.42
Hex 1D 2C BB 54 4C 0 1B EA 49 2A
Octal 35 54 273 124 114 0 33 352 111 52
Binary 11101 101100 10111011 1010100 1001100 0 11011 11101010 1001001 101010

Color Harmonies of #1D2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2CBB

Black with #1D2CBB

Text Example


Text Example

White with #1D2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,44,187); }

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

background-color css

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

 a { background-color: rgb(29,44,187); }

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

border-color css

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

 span { border-color: rgb(29,44,187); }

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