Html Css Color HEX #1025DC Persian Blue

📋 copy color: '#1025DC'

red 16 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #1025DC

Tints of Persian Blue #1025DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 80.59%

R = 5.86%
G = 13.55%
B = 80.59%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1025DC (or 0x1025DC) is known color: Persian Blue. HEX triplet: 10, 25 and DC. RGB value is (16,37,220). Sum of RGB (Red+Green+Blue) = 16+37+220=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #1025DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1025DC is #EFDA23. Grayscale: #323232. Windows color (decimal): -15718948 or 14427408. OLE color: 14427408.

HSL color Cylindrical-coordinate representation of color #1025DC: hue angle of 233.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1025DC is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 37 220 -
CMYK 0.93 0.83 0 0.14
HSL 233.82º 0.86% 0.46% -
HSV(B) 233.82º 0.93% 0.86% -
XYZ 13.79 6.6 68.26 -
YUV 51.58 223.04 102.62 -
System Red Green Blue C M Y K H S L
Decimal 16 37 220 0.93 0.83 0 0.14 233.82 0.86 0.46
Hex 10 25 DC 5D 53 0 E EA 56 2E
Octal 20 45 334 135 123 0 16 352 126 56
Binary 10000 100101 11011100 1011101 1010011 0 1110 11101010 1010110 101110

Color Harmonies of #1025DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1025DC

Black with #1025DC

Text Example


Text Example

White with #1025DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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