Html Css Color HEX #1426CD Persian Blue

📋 copy color: '#1426CD'

red 20 ◦ green 38 ◦ blue 205

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

Shades of Persian Blue #1426CD

Tints of Persian Blue #1426CD

RGB

 RED value IS 20 (8.2% from 255) = 7.6%

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

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

R = 7.6%
G = 14.45%
B = 77.95%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1426CD (or 0x1426CD) is known color: Persian Blue. HEX triplet: 14, 26 and CD. RGB value is (20,38,205). Sum of RGB (Red+Green+Blue) = 20+38+205=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #1426CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426CD is #EBD932. Grayscale: #323232. Windows color (decimal): -15456563 or 13444628. OLE color: 13444628.

HSL color Cylindrical-coordinate representation of color #1426CD: hue angle of 234.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1426CD is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 38 205 -
CMYK 0.90 0.81 0 0.20
HSL 234.16º 0.82% 0.44% -
HSV(B) 234.16º 0.9% 0.8% -
XYZ 12 5.94 58.27 -
YUV 51.66 214.54 105.42 -
System Red Green Blue C M Y K H S L
Decimal 20 38 205 0.90 0.81 0 0.20 234.16 0.82 0.44
Hex 14 26 CD 5A 51 0 14 EA 52 2C
Octal 24 46 315 132 121 0 24 352 122 54
Binary 10100 100110 11001101 1011010 1010001 0 10100 11101010 1010010 101100

Color Harmonies of #1426CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426CD

Black with #1426CD

Text Example


Text Example

White with #1426CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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