Html Css Color HEX #1738B4 Persian Blue

📋 copy color: '#1738B4'

red 23 ◦ green 56 ◦ blue 180

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

Shades of Persian Blue #1738B4

Tints of Persian Blue #1738B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.5%

R = 8.88%
G = 21.62%
B = 69.5%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1738B4 (or 0x1738B4) is known color: Persian Blue. HEX triplet: 17, 38 and B4. RGB value is (23,56,180). Sum of RGB (Red+Green+Blue) = 23+56+180=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #1738B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738B4 is #E8C74B. Grayscale: #3B3B3B. Windows color (decimal): -15255372 or 11810839. OLE color: 11810839.

HSL color Cylindrical-coordinate representation of color #1738B4: hue angle of 227.39º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1738B4 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 23 56 180 -
CMYK 0.87 0.69 0 0.29
HSL 227.39º 0.77% 0.4% -
HSV(B) 227.39º 0.87% 0.71% -
XYZ 10.01 6.31 43.87 -
YUV 60.27 195.57 101.42 -
System Red Green Blue C M Y K H S L
Decimal 23 56 180 0.87 0.69 0 0.29 227.39 0.77 0.4
Hex 17 38 B4 57 45 0 1D E3 4D 28
Octal 27 70 264 127 105 0 35 343 115 50
Binary 10111 111000 10110100 1010111 1000101 0 11101 11100011 1001101 101000

Color Harmonies of #1738B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1738B4

Black with #1738B4

Text Example


Text Example

White with #1738B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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