Html Css Color HEX #1742BE Persian Blue

📋 copy color: '#1742BE'

red 23 ◦ green 66 ◦ blue 190

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

Shades of Persian Blue #1742BE

Tints of Persian Blue #1742BE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.66%

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

R = 8.24%
G = 23.66%
B = 68.1%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1742BE (or 0x1742BE) is known color: Persian Blue. HEX triplet: 17, 42 and BE. RGB value is (23,66,190). Sum of RGB (Red+Green+Blue) = 23+66+190=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1742BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742BE is #E8BD41. Grayscale: #424242. Windows color (decimal): -15252802 or 12468759. OLE color: 12468759.

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

Color convert

RGB 23 66 190 -
CMYK 0.88 0.65 0 0.25
HSL 224.55º 0.78% 0.42% -
HSV(B) 224.55º 0.88% 0.75% -
XYZ 11.6 7.8 49.61 -
YUV 67.28 197.25 96.42 -
System Red Green Blue C M Y K H S L
Decimal 23 66 190 0.88 0.65 0 0.25 224.55 0.78 0.42
Hex 17 42 BE 58 41 0 19 E1 4E 2A
Octal 27 102 276 130 101 0 31 341 116 52
Binary 10111 1000010 10111110 1011000 1000001 0 11001 11100001 1001110 101010

Color Harmonies of #1742BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1742BE

Black with #1742BE

Text Example


Text Example

White with #1742BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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