Html Css Color HEX #1025BC Persian Blue

📋 copy color: '#1025BC'

red 16 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #1025BC

Tints of Persian Blue #1025BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 78.01%

R = 6.64%
G = 15.35%
B = 78.01%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1025BC (or 0x1025BC) is known color: Persian Blue. HEX triplet: 10, 25 and BC. RGB value is (16,37,188). Sum of RGB (Red+Green+Blue) = 16+37+188=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #1025BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025BC is #EFDA43. Grayscale: #2F2F2F. Windows color (decimal): -15718980 or 12330256. OLE color: 12330256.

HSL color Cylindrical-coordinate representation of color #1025BC: hue angle of 232.67º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1025BC is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 37 188 -
CMYK 0.91 0.80 0 0.26
HSL 232.67º 0.84% 0.4% -
HSV(B) 232.67º 0.91% 0.74% -
XYZ 9.95 5.06 48.03 -
YUV 47.94 207.04 105.22 -
System Red Green Blue C M Y K H S L
Decimal 16 37 188 0.91 0.80 0 0.26 232.67 0.84 0.4
Hex 10 25 BC 5B 50 0 1A E9 54 28
Octal 20 45 274 133 120 0 32 351 124 50
Binary 10000 100101 10111100 1011011 1010000 0 11010 11101001 1010100 101000

Color Harmonies of #1025BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1025BC

Black with #1025BC

Text Example


Text Example

White with #1025BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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