Html Css Color HEX #1028BE Persian Blue

📋 copy color: '#1028BE'

red 16 ◦ green 40 ◦ blue 190

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

Shades of Persian Blue #1028BE

Tints of Persian Blue #1028BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 6.5%
G = 16.26%
B = 77.24%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1028BE (or 0x1028BE) is known color: Persian Blue. HEX triplet: 10, 28 and BE. RGB value is (16,40,190). Sum of RGB (Red+Green+Blue) = 16+40+190=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1028BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1028BE is #EFD741. Grayscale: #313131. Windows color (decimal): -15718210 or 12462096. OLE color: 12462096.

HSL color Cylindrical-coordinate representation of color #1028BE: hue angle of 231.72º 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 #1028BE is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 40 190 -
CMYK 0.92 0.79 0 0.25
HSL 231.72º 0.84% 0.4% -
HSV(B) 231.72º 0.92% 0.75% -
XYZ 10.27 5.35 49.21 -
YUV 49.92 207.05 103.8 -
System Red Green Blue C M Y K H S L
Decimal 16 40 190 0.92 0.79 0 0.25 231.72 0.84 0.4
Hex 10 28 BE 5C 4F 0 19 E8 54 28
Octal 20 50 276 134 117 0 31 350 124 50
Binary 10000 101000 10111110 1011100 1001111 0 11001 11101000 1010100 101000

Color Harmonies of #1028BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1028BE

Black with #1028BE

Text Example


Text Example

White with #1028BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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