Html Css Color HEX #1025BE Persian Blue

📋 copy color: '#1025BE'

red 16 ◦ green 37 ◦ blue 190

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

Shades of Persian Blue #1025BE

Tints of Persian Blue #1025BE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 6.58%
G = 15.23%
B = 78.19%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1025BE (or 0x1025BE) is known color: Persian Blue. HEX triplet: 10, 25 and BE. RGB value is (16,37,190). Sum of RGB (Red+Green+Blue) = 16+37+190=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 190 (74.61% from 255 or 78.19% from 243); Max value from RGB is 190 - color contains mainly: blue. Hex color #1025BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025BE is #EFDA41. Grayscale: #2F2F2F. Windows color (decimal): -15718978 or 12461328. OLE color: 12461328.

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

Color convert

RGB 16 37 190 -
CMYK 0.92 0.81 0 0.25
HSL 232.76º 0.84% 0.4% -
HSV(B) 232.76º 0.92% 0.75% -
XYZ 10.17 5.15 49.17 -
YUV 48.16 208.04 105.06 -
System Red Green Blue C M Y K H S L
Decimal 16 37 190 0.92 0.81 0 0.25 232.76 0.84 0.4
Hex 10 25 BE 5C 51 0 19 E9 54 28
Octal 20 45 276 134 121 0 31 351 124 50
Binary 10000 100101 10111110 1011100 1010001 0 11001 11101001 1010100 101000

Color Harmonies of #1025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1025BE

Black with #1025BE

Text Example


Text Example

White with #1025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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