Html Css Color HEX #1333BF Persian Blue

📋 copy color: '#1333BF'

red 19 ◦ green 51 ◦ blue 191

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

Shades of Persian Blue #1333BF

Tints of Persian Blue #1333BF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

 BLUE value IS 191 (75% from 255) = 73.18%

R = 7.28%
G = 19.54%
B = 73.18%

CMYK

 C value IS 0.90

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1333BF (or 0x1333BF) is known color: Persian Blue. HEX triplet: 13, 33 and BF. RGB value is (19,51,191). Sum of RGB (Red+Green+Blue) = 19+51+191=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 191 (75% from 255 or 73.18% from 261); Max value from RGB is 191 - color contains mainly: blue. Hex color #1333BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333BF is #ECCC40. Grayscale: #383838. Windows color (decimal): -15518785 or 12530451. OLE color: 12530451.

HSL color Cylindrical-coordinate representation of color #1333BF: hue angle of 228.84º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1333BF is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 51 191 -
CMYK 0.90 0.73 0 0.25
HSL 228.84º 0.82% 0.41% -
HSV(B) 228.84º 0.9% 0.75% -
XYZ 10.86 6.27 49.93 -
YUV 57.39 203.4 100.62 -
System Red Green Blue C M Y K H S L
Decimal 19 51 191 0.90 0.73 0 0.25 228.84 0.82 0.41
Hex 13 33 BF 5A 49 0 19 E5 52 29
Octal 23 63 277 132 111 0 31 345 122 51
Binary 10011 110011 10111111 1011010 1001001 0 11001 11100101 1010010 101001

Color Harmonies of #1333BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1333BF

Black with #1333BF

Text Example


Text Example

White with #1333BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1333BF; }

 p { color: rgb(19,51,191); }

 H1.HeaderClassName
 {
   color: #1333BF;
 }
 .AnyTagClassName
 {
   color: #1333BF;
 }
</style>

background-color css

<style>
 a { background-color: #1333BF; }

 a { background-color: rgb(19,51,191); }

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

border-color css

<style>
 span { border-color: #1333BF; }

 span { border-color: rgb(19,51,191); }

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