Html Css Color HEX #1426CB Persian Blue

📋 copy color: '#1426CB'

red 20 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #1426CB

Tints of Persian Blue #1426CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 77.78%

R = 7.66%
G = 14.56%
B = 77.78%

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

#1426CB (or 0x1426CB) is known color: Persian Blue. HEX triplet: 14, 26 and CB. RGB value is (20,38,203). Sum of RGB (Red+Green+Blue) = 20+38+203=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 203 (79.69% from 255 or 77.78% from 261); Max value from RGB is 203 - color contains mainly: blue. Hex color #1426CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1426CB is #EBD934. Grayscale: #323232. Windows color (decimal): -15456565 or 13313556. OLE color: 13313556.

HSL color Cylindrical-coordinate representation of color #1426CB: hue angle of 234.1º 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 #1426CB is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 38 203 -
CMYK 0.90 0.81 0 0.20
HSL 234.1º 0.82% 0.44% -
HSV(B) 234.1º 0.9% 0.8% -
XYZ 11.76 5.85 57.01 -
YUV 51.43 213.54 105.58 -
System Red Green Blue C M Y K H S L
Decimal 20 38 203 0.90 0.81 0 0.20 234.1 0.82 0.44
Hex 14 26 CB 5A 51 0 14 EA 52 2C
Octal 24 46 313 132 121 0 24 352 122 54
Binary 10100 100110 11001011 1011010 1010001 0 10100 11101010 1010010 101100

Color Harmonies of #1426CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1426CB

Black with #1426CB

Text Example


Text Example

White with #1426CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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