Html Css Color HEX #1029BE Persian Blue

📋 copy color: '#1029BE'

red 16 ◦ green 41 ◦ blue 190

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

Shades of Persian Blue #1029BE

Tints of Persian Blue #1029BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 76.92%

R = 6.48%
G = 16.6%
B = 76.92%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1029BE (or 0x1029BE) is known color: Persian Blue. HEX triplet: 10, 29 and BE. RGB value is (16,41,190). Sum of RGB (Red+Green+Blue) = 16+41+190=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #1029BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1029BE is #EFD641. Grayscale: #313131. Windows color (decimal): -15717954 or 12462352. OLE color: 12462352.

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

Color convert

RGB 16 41 190 -
CMYK 0.92 0.78 0 0.25
HSL 231.38º 0.84% 0.4% -
HSV(B) 231.38º 0.92% 0.75% -
XYZ 10.3 5.41 49.22 -
YUV 50.51 206.72 103.38 -
System Red Green Blue C M Y K H S L
Decimal 16 41 190 0.92 0.78 0 0.25 231.38 0.84 0.4
Hex 10 29 BE 5C 4E 0 19 E7 54 28
Octal 20 51 276 134 116 0 31 347 124 50
Binary 10000 101001 10111110 1011100 1001110 0 11001 11100111 1010100 101000

Color Harmonies of #1029BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1029BE

Black with #1029BE

Text Example


Text Example

White with #1029BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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