Html Css Color HEX #1326CF Persian Blue

📋 copy color: '#1326CF'

red 19 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #1326CF

Tints of Persian Blue #1326CF

RGB

 RED value IS 19 (7.81% from 255) = 7.2%

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

 BLUE value IS 207 (81.25% from 255) = 78.41%

R = 7.2%
G = 14.39%
B = 78.41%

CMYK

 C value IS 0.91

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1326CF (or 0x1326CF) is known color: Persian Blue. HEX triplet: 13, 26 and CF. RGB value is (19,38,207). Sum of RGB (Red+Green+Blue) = 19+38+207=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 207 (81.25% from 255 or 78.41% from 264); Max value from RGB is 207 - color contains mainly: blue. Hex color #1326CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326CF is #ECD930. Grayscale: #323232. Windows color (decimal): -15522097 or 13575699. OLE color: 13575699.

HSL color Cylindrical-coordinate representation of color #1326CF: hue angle of 233.94º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1326CF is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 38 207 -
CMYK 0.91 0.82 0 0.19
HSL 233.94º 0.83% 0.44% -
HSV(B) 233.94º 0.91% 0.81% -
XYZ 12.22 6.03 59.55 -
YUV 51.59 215.71 104.76 -
System Red Green Blue C M Y K H S L
Decimal 19 38 207 0.91 0.82 0 0.19 233.94 0.83 0.44
Hex 13 26 CF 5B 52 0 13 EA 53 2C
Octal 23 46 317 133 122 0 23 352 123 54
Binary 10011 100110 11001111 1011011 1010010 0 10011 11101010 1010011 101100

Color Harmonies of #1326CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1326CF

Black with #1326CF

Text Example


Text Example

White with #1326CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1326CF; }

 p { color: rgb(19,38,207); }

 H1.HeaderClassName
 {
   color: #1326CF;
 }
 .AnyTagClassName
 {
   color: #1326CF;
 }
</style>

background-color css

<style>
 a { background-color: #1326CF; }

 a { background-color: rgb(19,38,207); }

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

border-color css

<style>
 span { border-color: #1326CF; }

 span { border-color: rgb(19,38,207); }

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