Html Css Color HEX #1338CD Persian Blue

📋 copy color: '#1338CD'

red 19 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1338CD

Tints of Persian Blue #1338CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 6.79%
G = 20%
B = 73.21%

CMYK

 C value IS 0.91

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1338CD (or 0x1338CD) is known color: Persian Blue. HEX triplet: 13, 38 and CD. RGB value is (19,56,205). Sum of RGB (Red+Green+Blue) = 19+56+205=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #1338CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338CD is #ECC732. Grayscale: #3D3D3D. Windows color (decimal): -15517491 or 13449235. OLE color: 13449235.

HSL color Cylindrical-coordinate representation of color #1338CD: hue angle of 228.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1338CD is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 56 205 -
CMYK 0.91 0.73 0 0.20
HSL 228.06º 0.83% 0.44% -
HSV(B) 228.06º 0.91% 0.8% -
XYZ 12.7 7.37 58.51 -
YUV 61.92 208.74 97.38 -
System Red Green Blue C M Y K H S L
Decimal 19 56 205 0.91 0.73 0 0.20 228.06 0.83 0.44
Hex 13 38 CD 5B 49 0 14 E4 53 2C
Octal 23 70 315 133 111 0 24 344 123 54
Binary 10011 111000 11001101 1011011 1001001 0 10100 11100100 1010011 101100

Color Harmonies of #1338CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338CD

Black with #1338CD

Text Example


Text Example

White with #1338CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,56,205); }

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

background-color css

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

 a { background-color: rgb(19,56,205); }

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

border-color css

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

 span { border-color: rgb(19,56,205); }

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