Html Css Color HEX #1D33DA Persian Blue

📋 copy color: '#1D33DA'

red 29 ◦ green 51 ◦ blue 218

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

Shades of Persian Blue #1D33DA

Tints of Persian Blue #1D33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 9.73%
G = 17.11%
B = 73.15%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1D33DA (or 0x1D33DA) is known color: Persian Blue. HEX triplet: 1D, 33 and DA. RGB value is (29,51,218). Sum of RGB (Red+Green+Blue) = 29+51+218=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #1D33DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D33DA is #E2CC25. Grayscale: #3E3E3E. Windows color (decimal): -14863398 or 14299933. OLE color: 14299933.

HSL color Cylindrical-coordinate representation of color #1D33DA: hue angle of 233.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D33DA is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 51 218 -
CMYK 0.87 0.77 0 0.15
HSL 233.02º 0.77% 0.48% -
HSV(B) 233.02º 0.87% 0.85% -
XYZ 14.35 7.69 67.06 -
YUV 63.46 215.21 103.42 -
System Red Green Blue C M Y K H S L
Decimal 29 51 218 0.87 0.77 0 0.15 233.02 0.77 0.48
Hex 1D 33 DA 57 4D 0 F E9 4D 30
Octal 35 63 332 127 115 0 17 351 115 60
Binary 11101 110011 11011010 1010111 1001101 0 1111 11101001 1001101 110000

Color Harmonies of #1D33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D33DA

Black with #1D33DA

Text Example


Text Example

White with #1D33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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