Html Css Color HEX #1029B9 Persian Blue

📋 copy color: '#1029B9'

red 16 ◦ green 41 ◦ blue 185

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

Shades of Persian Blue #1029B9

Tints of Persian Blue #1029B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 76.45%

R = 6.61%
G = 16.94%
B = 76.45%

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

#1029B9 (or 0x1029B9) is known color: Persian Blue. HEX triplet: 10, 29 and B9. RGB value is (16,41,185). Sum of RGB (Red+Green+Blue) = 16+41+185=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 185 (72.66% from 255 or 76.45% from 242); Max value from RGB is 185 - color contains mainly: blue. Hex color #1029B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029B9 is #EFD646. Grayscale: #313131. Windows color (decimal): -15717959 or 12134672. OLE color: 12134672.

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

Color convert

RGB 16 41 185 -
CMYK 0.91 0.78 0 0.27
HSL 231.12º 0.84% 0.39% -
HSV(B) 231.12º 0.91% 0.73% -
XYZ 9.76 5.2 46.39 -
YUV 49.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 16 41 185 0.91 0.78 0 0.27 231.12 0.84 0.39
Hex 10 29 B9 5B 4E 0 1B E7 54 27
Octal 20 51 271 133 116 0 33 347 124 47
Binary 10000 101001 10111001 1011011 1001110 0 11011 11100111 1010100 100111

Color Harmonies of #1029B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1029B9

Black with #1029B9

Text Example


Text Example

White with #1029B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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