Html Css Color HEX #1738BA Persian Blue

📋 copy color: '#1738BA'

red 23 ◦ green 56 ◦ blue 186

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

Shades of Persian Blue #1738BA

Tints of Persian Blue #1738BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 8.68%
G = 21.13%
B = 70.19%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1738BA (or 0x1738BA) is known color: Persian Blue. HEX triplet: 17, 38 and BA. RGB value is (23,56,186). Sum of RGB (Red+Green+Blue) = 23+56+186=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #1738BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738BA is #E8C745. Grayscale: #3C3C3C. Windows color (decimal): -15255366 or 12204055. OLE color: 12204055.

HSL color Cylindrical-coordinate representation of color #1738BA: hue angle of 227.85º 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 #1738BA is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 56 186 -
CMYK 0.88 0.70 0 0.27
HSL 227.85º 0.78% 0.41% -
HSV(B) 227.85º 0.88% 0.73% -
XYZ 10.63 6.56 47.16 -
YUV 60.95 198.57 100.93 -
System Red Green Blue C M Y K H S L
Decimal 23 56 186 0.88 0.70 0 0.27 227.85 0.78 0.41
Hex 17 38 BA 58 46 0 1B E4 4E 29
Octal 27 70 272 130 106 0 33 344 116 51
Binary 10111 111000 10111010 1011000 1000110 0 11011 11100100 1001110 101001

Color Harmonies of #1738BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1738BA

Black with #1738BA

Text Example


Text Example

White with #1738BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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