Html Css Color HEX #1338CB Persian Blue

📋 copy color: '#1338CB'

red 19 ◦ green 56 ◦ blue 203

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

Shades of Persian Blue #1338CB

Tints of Persian Blue #1338CB

RGB

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

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

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

R = 6.83%
G = 20.14%
B = 73.02%

CMYK

 C value IS 0.91

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1338CB (or 0x1338CB) is known color: Persian Blue. HEX triplet: 13, 38 and CB. RGB value is (19,56,203). Sum of RGB (Red+Green+Blue) = 19+56+203=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #1338CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338CB is #ECC734. Grayscale: #3D3D3D. Windows color (decimal): -15517493 or 13318163. OLE color: 13318163.

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

Color convert

RGB 19 56 203 -
CMYK 0.91 0.72 0 0.20
HSL 227.93º 0.83% 0.44% -
HSV(B) 227.93º 0.91% 0.8% -
XYZ 12.46 7.28 57.25 -
YUV 61.7 207.74 97.55 -
System Red Green Blue C M Y K H S L
Decimal 19 56 203 0.91 0.72 0 0.20 227.93 0.83 0.44
Hex 13 38 CB 5B 48 0 14 E4 53 2C
Octal 23 70 313 133 110 0 24 344 123 54
Binary 10011 111000 11001011 1011011 1001000 0 10100 11100100 1010011 101100

Color Harmonies of #1338CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338CB

Black with #1338CB

Text Example


Text Example

White with #1338CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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