Html Css Color HEX #1D2BBC Persian Blue

📋 copy color: '#1D2BBC'

red 29 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #1D2BBC

Tints of Persian Blue #1D2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.54%

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

R = 11.15%
G = 16.54%
B = 72.31%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1D2BBC (or 0x1D2BBC) is known color: Persian Blue. HEX triplet: 1D, 2B and BC. RGB value is (29,43,188). Sum of RGB (Red+Green+Blue) = 29+43+188=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2BBC is #E2D443. Grayscale: #363636. Windows color (decimal): -14865476 or 12331805. OLE color: 12331805.

HSL color Cylindrical-coordinate representation of color #1D2BBC: hue angle of 234.72º 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 #1D2BBC is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 43 188 -
CMYK 0.85 0.77 0 0.26
HSL 234.72º 0.73% 0.43% -
HSV(B) 234.72º 0.85% 0.74% -
XYZ 10.45 5.62 48.11 -
YUV 55.34 202.86 109.21 -
System Red Green Blue C M Y K H S L
Decimal 29 43 188 0.85 0.77 0 0.26 234.72 0.73 0.43
Hex 1D 2B BC 55 4D 0 1A EB 49 2B
Octal 35 53 274 125 115 0 32 353 111 53
Binary 11101 101011 10111100 1010101 1001101 0 11010 11101011 1001001 101011

Color Harmonies of #1D2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2BBC

Black with #1D2BBC

Text Example


Text Example

White with #1D2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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