Html Css Color HEX #1742BA Persian Blue

📋 copy color: '#1742BA'

red 23 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #1742BA

Tints of Persian Blue #1742BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 8.36%
G = 24%
B = 67.64%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1742BA (or 0x1742BA) is known color: Persian Blue. HEX triplet: 17, 42 and BA. RGB value is (23,66,186). Sum of RGB (Red+Green+Blue) = 23+66+186=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1742BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1742BA is #E8BD45. Grayscale: #424242. Windows color (decimal): -15252806 or 12206615. OLE color: 12206615.

HSL color Cylindrical-coordinate representation of color #1742BA: hue angle of 224.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1742BA is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 66 186 -
CMYK 0.88 0.65 0 0.27
HSL 224.17º 0.78% 0.41% -
HSV(B) 224.17º 0.88% 0.73% -
XYZ 11.16 7.62 47.34 -
YUV 66.82 195.25 96.74 -
System Red Green Blue C M Y K H S L
Decimal 23 66 186 0.88 0.65 0 0.27 224.17 0.78 0.41
Hex 17 42 BA 58 41 0 1B E0 4E 29
Octal 27 102 272 130 101 0 33 340 116 51
Binary 10111 1000010 10111010 1011000 1000001 0 11011 11100000 1001110 101001

Color Harmonies of #1742BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1742BA

Black with #1742BA

Text Example


Text Example

White with #1742BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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