Html Css Color HEX #1338BA Persian Blue

📋 copy color: '#1338BA'

red 19 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #1338BA

Tints of Persian Blue #1338BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.26%

R = 7.28%
G = 21.46%
B = 71.26%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1338BA (or 0x1338BA) is known color: Persian Blue. HEX triplet: 13, 38 and BA. RGB value is (19,56,186). Sum of RGB (Red+Green+Blue) = 19+56+186=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 186 (73.05% from 255 or 71.26% from 261); Max value from RGB is 186 - color contains mainly: blue. Hex color #1338BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338BA is #ECC745. Grayscale: #3B3B3B. Windows color (decimal): -15517510 or 12204051. OLE color: 12204051.

HSL color Cylindrical-coordinate representation of color #1338BA: hue angle of 226.71º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1338BA is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 56 186 -
CMYK 0.90 0.70 0 0.27
HSL 226.71º 0.81% 0.4% -
HSV(B) 226.71º 0.9% 0.73% -
XYZ 10.55 6.51 47.16 -
YUV 59.76 199.24 98.93 -
System Red Green Blue C M Y K H S L
Decimal 19 56 186 0.90 0.70 0 0.27 226.71 0.81 0.4
Hex 13 38 BA 5A 46 0 1B E3 51 28
Octal 23 70 272 132 106 0 33 343 121 50
Binary 10011 111000 10111010 1011010 1000110 0 11011 11100011 1010001 101000

Color Harmonies of #1338BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338BA

Black with #1338BA

Text Example


Text Example

White with #1338BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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