Html Css Color HEX #1937EA Persian Blue

📋 copy color: '#1937EA'

red 25 ◦ green 55 ◦ blue 234

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

Shades of Persian Blue #1937EA

Tints of Persian Blue #1937EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.52%

R = 7.96%
G = 17.52%
B = 74.52%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1937EA (or 0x1937EA) is known color: Persian Blue. HEX triplet: 19, 37 and EA. RGB value is (25,55,234). Sum of RGB (Red+Green+Blue) = 25+55+234=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #1937EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1937EA is #E6C815. Grayscale: #414141. Windows color (decimal): -15124502 or 15349529. OLE color: 15349529.

HSL color Cylindrical-coordinate representation of color #1937EA: hue angle of 231.39º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1937EA is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 55 234 -
CMYK 0.89 0.76 0 0.08
HSL 231.39º 0.83% 0.51% -
HSV(B) 231.39º 0.89% 0.92% -
XYZ 16.62 8.88 78.68 -
YUV 66.44 222.56 98.45 -
System Red Green Blue C M Y K H S L
Decimal 25 55 234 0.89 0.76 0 0.08 231.39 0.83 0.51
Hex 19 37 EA 59 4C 0 8 E7 53 33
Octal 31 67 352 131 114 0 10 347 123 63
Binary 11001 110111 11101010 1011001 1001100 0 1000 11100111 1010011 110011

Color Harmonies of #1937EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1937EA

Black with #1937EA

Text Example


Text Example

White with #1937EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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