Html Css Color HEX #1029D6 Persian Blue

📋 copy color: '#1029D6'

red 16 ◦ green 41 ◦ blue 214

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

Shades of Persian Blue #1029D6

Tints of Persian Blue #1029D6

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 214 (83.98% from 255) = 78.97%

R = 5.9%
G = 15.13%
B = 78.97%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1029D6 (or 0x1029D6) is known color: Persian Blue. HEX triplet: 10, 29 and D6. RGB value is (16,41,214). Sum of RGB (Red+Green+Blue) = 16+41+214=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 214 (83.98% from 255 or 78.97% from 271); Max value from RGB is 214 - color contains mainly: blue. Hex color #1029D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029D6 is #EFD629. Grayscale: #343434. Windows color (decimal): -15717930 or 14035216. OLE color: 14035216.

HSL color Cylindrical-coordinate representation of color #1029D6: hue angle of 232.42º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1029D6 is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 41 214 -
CMYK 0.93 0.81 0 0.16
HSL 232.42º 0.86% 0.45% -
HSV(B) 232.42º 0.93% 0.84% -
XYZ 13.14 6.55 64.19 -
YUV 53.25 218.72 101.43 -
System Red Green Blue C M Y K H S L
Decimal 16 41 214 0.93 0.81 0 0.16 232.42 0.86 0.45
Hex 10 29 D6 5D 51 0 10 E8 56 2D
Octal 20 51 326 135 121 0 20 350 126 55
Binary 10000 101001 11010110 1011101 1010001 0 10000 11101000 1010110 101101

Color Harmonies of #1029D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1029D6

Black with #1029D6

Text Example


Text Example

White with #1029D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1029D6; }

 p { color: rgb(16,41,214); }

 H1.HeaderClassName
 {
   color: #1029D6;
 }
 .AnyTagClassName
 {
   color: #1029D6;
 }
</style>

background-color css

<style>
 a { background-color: #1029D6; }

 a { background-color: rgb(16,41,214); }

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

border-color css

<style>
 span { border-color: #1029D6; }

 span { border-color: rgb(16,41,214); }

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