Html Css Color HEX #1D33BE Persian Blue

📋 copy color: '#1D33BE'

red 29 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #1D33BE

Tints of Persian Blue #1D33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 10.74%
G = 18.89%
B = 70.37%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D33BE (or 0x1D33BE) is known color: Persian Blue. HEX triplet: 1D, 33 and BE. RGB value is (29,51,190). Sum of RGB (Red+Green+Blue) = 29+51+190=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D33BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33BE is #E2CC41. Grayscale: #3B3B3B. Windows color (decimal): -14863426 or 12464925. OLE color: 12464925.

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

Color convert

RGB 29 51 190 -
CMYK 0.85 0.73 0 0.25
HSL 231.8º 0.74% 0.43% -
HSV(B) 231.8º 0.85% 0.75% -
XYZ 10.98 6.35 49.36 -
YUV 60.27 201.21 105.7 -
System Red Green Blue C M Y K H S L
Decimal 29 51 190 0.85 0.73 0 0.25 231.8 0.74 0.43
Hex 1D 33 BE 55 49 0 19 E8 4A 2B
Octal 35 63 276 125 111 0 31 350 112 53
Binary 11101 110011 10111110 1010101 1001001 0 11001 11101000 1001010 101011

Color Harmonies of #1D33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D33BE

Black with #1D33BE

Text Example


Text Example

White with #1D33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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