Html Css Color HEX #192FDA Persian Blue

📋 copy color: '#192FDA'

red 25 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #192FDA

Tints of Persian Blue #192FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

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

R = 8.62%
G = 16.21%
B = 75.17%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#192FDA (or 0x192FDA) is known color: Persian Blue. HEX triplet: 19, 2F and DA. RGB value is (25,47,218). Sum of RGB (Red+Green+Blue) = 25+47+218=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #192FDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192FDA is #E6D025. Grayscale: #3B3B3B. Windows color (decimal): -15126566 or 14298905. OLE color: 14298905.

HSL color Cylindrical-coordinate representation of color #192FDA: hue angle of 233.16º 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 #192FDA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 47 218 -
CMYK 0.89 0.78 0 0.15
HSL 233.16º 0.79% 0.48% -
HSV(B) 233.16º 0.89% 0.85% -
XYZ 14.07 7.3 67 -
YUV 59.92 217.21 103.1 -
System Red Green Blue C M Y K H S L
Decimal 25 47 218 0.89 0.78 0 0.15 233.16 0.79 0.48
Hex 19 2F DA 59 4E 0 F E9 4F 30
Octal 31 57 332 131 116 0 17 351 117 60
Binary 11001 101111 11011010 1011001 1001110 0 1111 11101001 1001111 110000

Color Harmonies of #192FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192FDA

Black with #192FDA

Text Example


Text Example

White with #192FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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