Html Css Color HEX #1721BE Persian Blue

📋 copy color: '#1721BE'

red 23 ◦ green 33 ◦ blue 190

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

Shades of Persian Blue #1721BE

Tints of Persian Blue #1721BE

RGB

 RED value IS 23 (9.38% from 255) = 9.35%

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

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

R = 9.35%
G = 13.41%
B = 77.24%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1721BE (or 0x1721BE) is known color: Persian Blue. HEX triplet: 17, 21 and BE. RGB value is (23,33,190). Sum of RGB (Red+Green+Blue) = 23+33+190=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1721BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1721BE is #E8DE41. Grayscale: #2F2F2F. Windows color (decimal): -15261250 or 12460311. OLE color: 12460311.

HSL color Cylindrical-coordinate representation of color #1721BE: hue angle of 236.41º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1721BE is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 23 33 190 -
CMYK 0.88 0.83 0 0.25
HSL 236.41º 0.78% 0.42% -
HSV(B) 236.41º 0.88% 0.75% -
XYZ 10.19 4.99 49.14 -
YUV 47.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 23 33 190 0.88 0.83 0 0.25 236.41 0.78 0.42
Hex 17 21 BE 58 53 0 19 EC 4E 2A
Octal 27 41 276 130 123 0 31 354 116 52
Binary 10111 100001 10111110 1011000 1010011 0 11001 11101100 1001110 101010

Color Harmonies of #1721BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1721BE

Black with #1721BE

Text Example


Text Example

White with #1721BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,33,190); }

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

background-color css

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

 a { background-color: rgb(23,33,190); }

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

border-color css

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

 span { border-color: rgb(23,33,190); }

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