Html Css Color HEX #1033DD Persian Blue

📋 copy color: '#1033DD'

red 16 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #1033DD

Tints of Persian Blue #1033DD

RGB

 RED value IS 16 (6.64% from 255) = 5.56%

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

 BLUE value IS 221 (86.72% from 255) = 76.74%

R = 5.56%
G = 17.71%
B = 76.74%

CMYK

 C value IS 0.93

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1033DD (or 0x1033DD) is known color: Persian Blue. HEX triplet: 10, 33 and DD. RGB value is (16,51,221). Sum of RGB (Red+Green+Blue) = 16+51+221=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #1033DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1033DD is #EFCC22. Grayscale: #3B3B3B. Windows color (decimal): -15715363 or 14496528. OLE color: 14496528.

HSL color Cylindrical-coordinate representation of color #1033DD: hue angle of 229.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1033DD is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 51 221 -
CMYK 0.93 0.77 0 0.13
HSL 229.76º 0.86% 0.46% -
HSV(B) 229.76º 0.93% 0.87% -
XYZ 14.45 7.7 69.13 -
YUV 59.92 218.9 96.68 -
System Red Green Blue C M Y K H S L
Decimal 16 51 221 0.93 0.77 0 0.13 229.76 0.86 0.46
Hex 10 33 DD 5D 4D 0 D E6 56 2E
Octal 20 63 335 135 115 0 15 346 126 56
Binary 10000 110011 11011101 1011101 1001101 0 1101 11100110 1010110 101110

Color Harmonies of #1033DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1033DD

Black with #1033DD

Text Example


Text Example

White with #1033DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1033DD; }

 p { color: rgb(16,51,221); }

 H1.HeaderClassName
 {
   color: #1033DD;
 }
 .AnyTagClassName
 {
   color: #1033DD;
 }
</style>

background-color css

<style>
 a { background-color: #1033DD; }

 a { background-color: rgb(16,51,221); }

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

border-color css

<style>
 span { border-color: #1033DD; }

 span { border-color: rgb(16,51,221); }

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