Html Css Color HEX #192EDA Persian Blue

📋 copy color: '#192EDA'

red 25 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #192EDA

Tints of Persian Blue #192EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

 BLUE value IS 218 (85.55% from 255) = 75.43%

R = 8.65%
G = 15.92%
B = 75.43%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#192EDA (or 0x192EDA) is known color: Persian Blue. HEX triplet: 19, 2E and DA. RGB value is (25,46,218). Sum of RGB (Red+Green+Blue) = 25+46+218=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #192EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EDA is #E6D125. Grayscale: #3A3A3A. Windows color (decimal): -15126822 or 14298649. OLE color: 14298649.

HSL color Cylindrical-coordinate representation of color #192EDA: hue angle of 233.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #192EDA is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 46 218 -
CMYK 0.89 0.79 0 0.15
HSL 233.47º 0.79% 0.48% -
HSV(B) 233.47º 0.89% 0.85% -
XYZ 14.03 7.22 66.98 -
YUV 59.33 217.54 103.51 -
System Red Green Blue C M Y K H S L
Decimal 25 46 218 0.89 0.79 0 0.15 233.47 0.79 0.48
Hex 19 2E DA 59 4F 0 F E9 4F 30
Octal 31 56 332 131 117 0 17 351 117 60
Binary 11001 101110 11011010 1011001 1001111 0 1111 11101001 1001111 110000

Color Harmonies of #192EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EDA

Black with #192EDA

Text Example


Text Example

White with #192EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192EDA; }

 p { color: rgb(25,46,218); }

 H1.HeaderClassName
 {
   color: #192EDA;
 }
 .AnyTagClassName
 {
   color: #192EDA;
 }
</style>

background-color css

<style>
 a { background-color: #192EDA; }

 a { background-color: rgb(25,46,218); }

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

border-color css

<style>
 span { border-color: #192EDA; }

 span { border-color: rgb(25,46,218); }

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