Html Css Color HEX #1738BC Persian Blue

📋 copy color: '#1738BC'

red 23 ◦ green 56 ◦ blue 188

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

Shades of Persian Blue #1738BC

Tints of Persian Blue #1738BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 8.61%
G = 20.97%
B = 70.41%

CMYK

 C value IS 0.88

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1738BC (or 0x1738BC) is known color: Persian Blue. HEX triplet: 17, 38 and BC. RGB value is (23,56,188). Sum of RGB (Red+Green+Blue) = 23+56+188=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #1738BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1738BC is #E8C743. Grayscale: #3C3C3C. Windows color (decimal): -15255364 or 12335127. OLE color: 12335127.

HSL color Cylindrical-coordinate representation of color #1738BC: hue angle of 228º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1738BC is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 23 56 188 -
CMYK 0.88 0.70 0 0.26
HSL 228º 0.78% 0.41% -
HSV(B) 228º 0.88% 0.74% -
XYZ 10.84 6.64 48.29 -
YUV 61.18 199.57 100.77 -
System Red Green Blue C M Y K H S L
Decimal 23 56 188 0.88 0.70 0 0.26 228 0.78 0.41
Hex 17 38 BC 58 46 0 1A E4 4E 29
Octal 27 70 274 130 106 0 32 344 116 51
Binary 10111 111000 10111100 1011000 1000110 0 11010 11100100 1001110 101001

Color Harmonies of #1738BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1738BC

Black with #1738BC

Text Example


Text Example

White with #1738BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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