Html Css Color HEX #1029BA Persian Blue

📋 copy color: '#1029BA'

red 16 ◦ green 41 ◦ blue 186

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

Shades of Persian Blue #1029BA

Tints of Persian Blue #1029BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 76.54%

R = 6.58%
G = 16.87%
B = 76.54%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1029BA (or 0x1029BA) is known color: Persian Blue. HEX triplet: 10, 29 and BA. RGB value is (16,41,186). Sum of RGB (Red+Green+Blue) = 16+41+186=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #1029BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029BA is #EFD645. Grayscale: #313131. Windows color (decimal): -15717958 or 12200208. OLE color: 12200208.

HSL color Cylindrical-coordinate representation of color #1029BA: hue angle of 231.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1029BA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 41 186 -
CMYK 0.91 0.78 0 0.27
HSL 231.18º 0.84% 0.4% -
HSV(B) 231.18º 0.91% 0.73% -
XYZ 9.87 5.24 46.95 -
YUV 50.06 204.72 103.71 -
System Red Green Blue C M Y K H S L
Decimal 16 41 186 0.91 0.78 0 0.27 231.18 0.84 0.4
Hex 10 29 BA 5B 4E 0 1B E7 54 28
Octal 20 51 272 133 116 0 33 347 124 50
Binary 10000 101001 10111010 1011011 1001110 0 11011 11100111 1010100 101000

Color Harmonies of #1029BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1029BA

Black with #1029BA

Text Example


Text Example

White with #1029BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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