Html Css Color HEX #1025BA Persian Blue

📋 copy color: '#1025BA'

red 16 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1025BA

Tints of Persian Blue #1025BA

RGB

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

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

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

R = 6.69%
G = 15.48%
B = 77.82%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1025BA (or 0x1025BA) is known color: Persian Blue. HEX triplet: 10, 25 and BA. RGB value is (16,37,186). Sum of RGB (Red+Green+Blue) = 16+37+186=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #1025BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025BA is #EFDA45. Grayscale: #2F2F2F. Windows color (decimal): -15718982 or 12199184. OLE color: 12199184.

HSL color Cylindrical-coordinate representation of color #1025BA: hue angle of 232.59º 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 #1025BA is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 37 186 -
CMYK 0.91 0.80 0 0.27
HSL 232.59º 0.84% 0.4% -
HSV(B) 232.59º 0.91% 0.73% -
XYZ 9.74 4.98 46.9 -
YUV 47.71 206.04 105.38 -
System Red Green Blue C M Y K H S L
Decimal 16 37 186 0.91 0.80 0 0.27 232.59 0.84 0.4
Hex 10 25 BA 5B 50 0 1B E9 54 28
Octal 20 45 272 133 120 0 33 351 124 50
Binary 10000 100101 10111010 1011011 1010000 0 11011 11101001 1010100 101000

Color Harmonies of #1025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1025BA

Black with #1025BA

Text Example


Text Example

White with #1025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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