Html Css Color HEX #1333BE Persian Blue

📋 copy color: '#1333BE'

red 19 ◦ green 51 ◦ blue 190

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

Shades of Persian Blue #1333BE

Tints of Persian Blue #1333BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 73.08%

R = 7.31%
G = 19.62%
B = 73.08%

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

#1333BE (or 0x1333BE) is known color: Persian Blue. HEX triplet: 13, 33 and BE. RGB value is (19,51,190). Sum of RGB (Red+Green+Blue) = 19+51+190=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 190 (74.61% from 255 or 73.08% from 260); Max value from RGB is 190 - color contains mainly: blue. Hex color #1333BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1333BE is #ECCC41. Grayscale: #383838. Windows color (decimal): -15518786 or 12464915. OLE color: 12464915.

HSL color Cylindrical-coordinate representation of color #1333BE: hue angle of 228.77º 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 #1333BE is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 51 190 -
CMYK 0.90 0.73 0 0.25
HSL 228.77º 0.82% 0.41% -
HSV(B) 228.77º 0.9% 0.75% -
XYZ 10.75 6.22 49.35 -
YUV 57.28 202.9 100.7 -
System Red Green Blue C M Y K H S L
Decimal 19 51 190 0.90 0.73 0 0.25 228.77 0.82 0.41
Hex 13 33 BE 5A 49 0 19 E5 52 29
Octal 23 63 276 132 111 0 31 345 122 51
Binary 10011 110011 10111110 1011010 1001001 0 11001 11100101 1010010 101001

Color Harmonies of #1333BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1333BE

Black with #1333BE

Text Example


Text Example

White with #1333BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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