Html Css Color HEX #1937AF Persian Blue

📋 copy color: '#1937AF'

red 25 ◦ green 55 ◦ blue 175

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

Shades of Persian Blue #1937AF

Tints of Persian Blue #1937AF

RGB

 RED value IS 25 (10.16% from 255) = 9.8%

 GREEN value IS 55 (21.88% from 255) = 21.57%

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 9.8%
G = 21.57%
B = 68.63%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1937AF (or 0x1937AF) is known color: Persian Blue. HEX triplet: 19, 37 and AF. RGB value is (25,55,175). Sum of RGB (Red+Green+Blue) = 25+55+175=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #1937AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1937AF is #E6C850. Grayscale: #3B3B3B. Windows color (decimal): -15124561 or 11482905. OLE color: 11482905.

HSL color Cylindrical-coordinate representation of color #1937AF: hue angle of 228º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1937AF is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 55 175 -
CMYK 0.86 0.69 0 0.31
HSL 228º 0.75% 0.39% -
HSV(B) 228º 0.86% 0.69% -
XYZ 9.5 6.03 41.22 -
YUV 59.71 193.06 103.24 -
System Red Green Blue C M Y K H S L
Decimal 25 55 175 0.86 0.69 0 0.31 228 0.75 0.39
Hex 19 37 AF 56 45 0 1F E4 4B 27
Octal 31 67 257 126 105 0 37 344 113 47
Binary 11001 110111 10101111 1010110 1000101 0 11111 11100100 1001011 100111

Color Harmonies of #1937AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937AF

Black with #1937AF

Text Example


Text Example

White with #1937AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1937AF; }

 p { color: rgb(25,55,175); }

 H1.HeaderClassName
 {
   color: #1937AF;
 }
 .AnyTagClassName
 {
   color: #1937AF;
 }
</style>

background-color css

<style>
 a { background-color: #1937AF; }

 a { background-color: rgb(25,55,175); }

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

border-color css

<style>
 span { border-color: #1937AF; }

 span { border-color: rgb(25,55,175); }

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