Html Css Color HEX #1926CD Persian Blue

📋 copy color: '#1926CD'

red 25 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #1926CD

Tints of Persian Blue #1926CD

RGB

 RED value IS 25 (10.16% from 255) = 9.33%

 GREEN value IS 38 (15.23% from 255) = 14.18%

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 9.33%
G = 14.18%
B = 76.49%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1926CD (or 0x1926CD) is known color: Persian Blue. HEX triplet: 19, 26 and CD. RGB value is (25,38,205). Sum of RGB (Red+Green+Blue) = 25+38+205=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #1926CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1926CD is #E6D932. Grayscale: #343434. Windows color (decimal): -15128883 or 13444633. OLE color: 13444633.

HSL color Cylindrical-coordinate representation of color #1926CD: hue angle of 235.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1926CD is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 38 205 -
CMYK 0.88 0.81 0 0.20
HSL 235.67º 0.78% 0.45% -
HSV(B) 235.67º 0.88% 0.8% -
XYZ 12.11 6 58.28 -
YUV 53.15 213.69 107.92 -
System Red Green Blue C M Y K H S L
Decimal 25 38 205 0.88 0.81 0 0.20 235.67 0.78 0.45
Hex 19 26 CD 58 51 0 14 EC 4E 2D
Octal 31 46 315 130 121 0 24 354 116 55
Binary 11001 100110 11001101 1011000 1010001 0 10100 11101100 1001110 101101

Color Harmonies of #1926CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1926CD

Black with #1926CD

Text Example


Text Example

White with #1926CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1926CD; }

 p { color: rgb(25,38,205); }

 H1.HeaderClassName
 {
   color: #1926CD;
 }
 .AnyTagClassName
 {
   color: #1926CD;
 }
</style>

background-color css

<style>
 a { background-color: #1926CD; }

 a { background-color: rgb(25,38,205); }

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

border-color css

<style>
 span { border-color: #1926CD; }

 span { border-color: rgb(25,38,205); }

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