Html Css Color HEX #1934EB Persian Blue

📋 copy color: '#1934EB'

red 25 ◦ green 52 ◦ blue 235

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

Shades of Persian Blue #1934EB

Tints of Persian Blue #1934EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.67%

 BLUE value IS 235 (92.19% from 255) = 75.32%

R = 8.01%
G = 16.67%
B = 75.32%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1934EB (or 0x1934EB) is known color: Persian Blue. HEX triplet: 19, 34 and EB. RGB value is (25,52,235). Sum of RGB (Red+Green+Blue) = 25+52+235=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #1934EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1934EB is #E6CB14. Grayscale: #404040. Windows color (decimal): -15125269 or 15414297. OLE color: 15414297.

HSL color Cylindrical-coordinate representation of color #1934EB: hue angle of 232.29º degrees, saturation: 0.84, 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 #1934EB is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 52 235 -
CMYK 0.89 0.78 0 0.08
HSL 232.29º 0.84% 0.51% -
HSV(B) 232.29º 0.89% 0.92% -
XYZ 16.62 8.66 79.39 -
YUV 64.79 224.05 99.62 -
System Red Green Blue C M Y K H S L
Decimal 25 52 235 0.89 0.78 0 0.08 232.29 0.84 0.51
Hex 19 34 EB 59 4E 0 8 E8 54 33
Octal 31 64 353 131 116 0 10 350 124 63
Binary 11001 110100 11101011 1011001 1001110 0 1000 11101000 1010100 110011

Color Harmonies of #1934EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1934EB

Black with #1934EB

Text Example


Text Example

White with #1934EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1934EB; }

 p { color: rgb(25,52,235); }

 H1.HeaderClassName
 {
   color: #1934EB;
 }
 .AnyTagClassName
 {
   color: #1934EB;
 }
</style>

background-color css

<style>
 a { background-color: #1934EB; }

 a { background-color: rgb(25,52,235); }

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

border-color css

<style>
 span { border-color: #1934EB; }

 span { border-color: rgb(25,52,235); }

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