Html Css Color HEX #1738CD Persian Blue

📋 copy color: '#1738CD'

red 23 ◦ green 56 ◦ blue 205

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

Shades of Persian Blue #1738CD

Tints of Persian Blue #1738CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.18%

R = 8.1%
G = 19.72%
B = 72.18%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1738CD (or 0x1738CD) is known color: Persian Blue. HEX triplet: 17, 38 and CD. RGB value is (23,56,205). Sum of RGB (Red+Green+Blue) = 23+56+205=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #1738CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738CD is #E8C732. Grayscale: #3E3E3E. Windows color (decimal): -15255347 or 13449239. OLE color: 13449239.

HSL color Cylindrical-coordinate representation of color #1738CD: hue angle of 229.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1738CD is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 23 56 205 -
CMYK 0.89 0.73 0 0.20
HSL 229.12º 0.8% 0.45% -
HSV(B) 229.12º 0.89% 0.8% -
XYZ 12.79 7.42 58.52 -
YUV 63.12 208.07 99.38 -
System Red Green Blue C M Y K H S L
Decimal 23 56 205 0.89 0.73 0 0.20 229.12 0.8 0.45
Hex 17 38 CD 59 49 0 14 E5 50 2D
Octal 27 70 315 131 111 0 24 345 120 55
Binary 10111 111000 11001101 1011001 1001001 0 10100 11100101 1010000 101101

Color Harmonies of #1738CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1738CD

Black with #1738CD

Text Example


Text Example

White with #1738CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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