Html Css Color HEX #1D33BB Persian Blue

📋 copy color: '#1D33BB'

red 29 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #1D33BB

Tints of Persian Blue #1D33BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 10.86%
G = 19.1%
B = 70.04%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D33BB (or 0x1D33BB) is known color: Persian Blue. HEX triplet: 1D, 33 and BB. RGB value is (29,51,187). Sum of RGB (Red+Green+Blue) = 29+51+187=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D33BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33BB is #E2CC44. Grayscale: #3B3B3B. Windows color (decimal): -14863429 or 12268317. OLE color: 12268317.

HSL color Cylindrical-coordinate representation of color #1D33BB: hue angle of 231.65º 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 #1D33BB is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 51 187 -
CMYK 0.84 0.73 0 0.27
HSL 231.65º 0.73% 0.42% -
HSV(B) 231.65º 0.84% 0.73% -
XYZ 10.66 6.22 47.65 -
YUV 59.93 199.71 105.94 -
System Red Green Blue C M Y K H S L
Decimal 29 51 187 0.84 0.73 0 0.27 231.65 0.73 0.42
Hex 1D 33 BB 54 49 0 1B E8 49 2A
Octal 35 63 273 124 111 0 33 350 111 52
Binary 11101 110011 10111011 1010100 1001001 0 11011 11101000 1001001 101010

Color Harmonies of #1D33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D33BB

Black with #1D33BB

Text Example


Text Example

White with #1D33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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