Html Css Color HEX #1338DB Persian Blue

📋 copy color: '#1338DB'

red 19 ◦ green 56 ◦ blue 219

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

Shades of Persian Blue #1338DB

Tints of Persian Blue #1338DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 74.49%

R = 6.46%
G = 19.05%
B = 74.49%

CMYK

 C value IS 0.91

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1338DB (or 0x1338DB) is known color: Persian Blue. HEX triplet: 13, 38 and DB. RGB value is (19,56,219). Sum of RGB (Red+Green+Blue) = 19+56+219=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #1338DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1338DB is #ECC724. Grayscale: #3E3E3E. Windows color (decimal): -15517477 or 14366739. OLE color: 14366739.

HSL color Cylindrical-coordinate representation of color #1338DB: hue angle of 228.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1338DB is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 56 219 -
CMYK 0.91 0.74 0 0.14
HSL 228.9º 0.84% 0.47% -
HSV(B) 228.9º 0.91% 0.86% -
XYZ 14.47 8.08 67.82 -
YUV 63.52 215.74 96.25 -
System Red Green Blue C M Y K H S L
Decimal 19 56 219 0.91 0.74 0 0.14 228.9 0.84 0.47
Hex 13 38 DB 5B 4A 0 E E5 54 2F
Octal 23 70 333 133 112 0 16 345 124 57
Binary 10011 111000 11011011 1011011 1001010 0 1110 11100101 1010100 101111

Color Harmonies of #1338DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1338DB

Black with #1338DB

Text Example


Text Example

White with #1338DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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