Html Css Color HEX #192EBA Persian Blue

📋 copy color: '#192EBA'

red 25 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #192EBA

Tints of Persian Blue #192EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.37%

R = 9.73%
G = 17.9%
B = 72.37%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#192EBA (or 0x192EBA) is known color: Persian Blue. HEX triplet: 19, 2E and BA. RGB value is (25,46,186). Sum of RGB (Red+Green+Blue) = 25+46+186=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 186 (73.05% from 255 or 72.37% from 257); Max value from RGB is 186 - color contains mainly: blue. Hex color #192EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192EBA is #E6D145. Grayscale: #373737. Windows color (decimal): -15126854 or 12201497. OLE color: 12201497.

HSL color Cylindrical-coordinate representation of color #192EBA: hue angle of 232.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #192EBA is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 46 186 -
CMYK 0.87 0.75 0 0.27
HSL 232.17º 0.76% 0.41% -
HSV(B) 232.17º 0.87% 0.73% -
XYZ 10.24 5.71 47.02 -
YUV 55.68 201.54 106.12 -
System Red Green Blue C M Y K H S L
Decimal 25 46 186 0.87 0.75 0 0.27 232.17 0.76 0.41
Hex 19 2E BA 57 4B 0 1B E8 4C 29
Octal 31 56 272 127 113 0 33 350 114 51
Binary 11001 101110 10111010 1010111 1001011 0 11011 11101000 1001100 101001

Color Harmonies of #192EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192EBA

Black with #192EBA

Text Example


Text Example

White with #192EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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