Html Css Color HEX #1741C3 Persian Blue

📋 copy color: '#1741C3'

red 23 ◦ green 65 ◦ blue 195

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

Shades of Persian Blue #1741C3

Tints of Persian Blue #1741C3

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 195 (76.56% from 255) = 68.9%

R = 8.13%
G = 22.97%
B = 68.9%

CMYK

 C value IS 0.88

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1741C3 (or 0x1741C3) is known color: Persian Blue. HEX triplet: 17, 41 and C3. RGB value is (23,65,195). Sum of RGB (Red+Green+Blue) = 23+65+195=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 195 (76.56% from 255 or 68.90% from 283); Max value from RGB is 195 - color contains mainly: blue. Hex color #1741C3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1741C3 is #E8BE3C. Grayscale: #424242. Windows color (decimal): -15253053 or 12796183. OLE color: 12796183.

HSL color Cylindrical-coordinate representation of color #1741C3: hue angle of 225.35º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1741C3 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 23 65 195 -
CMYK 0.88 0.67 0 0.24
HSL 225.35º 0.79% 0.43% -
HSV(B) 225.35º 0.88% 0.76% -
XYZ 12.09 7.9 52.52 -
YUV 67.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 23 65 195 0.88 0.67 0 0.24 225.35 0.79 0.43
Hex 17 41 C3 58 43 0 18 E1 4F 2B
Octal 27 101 303 130 103 0 30 341 117 53
Binary 10111 1000001 11000011 1011000 1000011 0 11000 11100001 1001111 101011

Color Harmonies of #1741C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1741C3

Black with #1741C3

Text Example


Text Example

White with #1741C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1741C3; }

 p { color: rgb(23,65,195); }

 H1.HeaderClassName
 {
   color: #1741C3;
 }
 .AnyTagClassName
 {
   color: #1741C3;
 }
</style>

background-color css

<style>
 a { background-color: #1741C3; }

 a { background-color: rgb(23,65,195); }

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

border-color css

<style>
 span { border-color: #1741C3; }

 span { border-color: rgb(23,65,195); }

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