Html Css Color HEX #1321DF Medium Blue

📋 copy color: '#1321DF'

red 19 ◦ green 33 ◦ blue 223

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

Shades of Medium Blue #1321DF

Tints of Medium Blue #1321DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 223 (87.5% from 255) = 81.09%

R = 6.91%
G = 12%
B = 81.09%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1321DF (or 0x1321DF) is known color: Medium Blue. HEX triplet: 13, 21 and DF. RGB value is (19,33,223). Sum of RGB (Red+Green+Blue) = 19+33+223=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 223 (87.5% from 255 or 81.09% from 275); Max value from RGB is 223 - color contains mainly: blue. Hex color #1321DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321DF is #ECDE20. Grayscale: #313131. Windows color (decimal): -15523361 or 14622995. OLE color: 14622995.

HSL color Cylindrical-coordinate representation of color #1321DF: hue angle of 235.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1321DF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 33 223 -
CMYK 0.91 0.85 0 0.13
HSL 235.88º 0.84% 0.47% -
HSV(B) 235.88º 0.91% 0.87% -
XYZ 14.13 6.55 70.33 -
YUV 50.47 225.36 105.55 -
System Red Green Blue C M Y K H S L
Decimal 19 33 223 0.91 0.85 0 0.13 235.88 0.84 0.47
Hex 13 21 DF 5B 55 0 D EC 54 2F
Octal 23 41 337 133 125 0 15 354 124 57
Binary 10011 100001 11011111 1011011 1010101 0 1101 11101100 1010100 101111

Color Harmonies of #1321DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1321DF

Black with #1321DF

Text Example


Text Example

White with #1321DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1321DF; }

 p { color: rgb(19,33,223); }

 H1.HeaderClassName
 {
   color: #1321DF;
 }
 .AnyTagClassName
 {
   color: #1321DF;
 }
</style>

background-color css

<style>
 a { background-color: #1321DF; }

 a { background-color: rgb(19,33,223); }

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

border-color css

<style>
 span { border-color: #1321DF; }

 span { border-color: rgb(19,33,223); }

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