#192BCD

Color #192BCD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #192BCD

Tints of Persian Blue #192BCD

Color information

#192BCD (or 0x192BCD) is unknown color: approx Persian Blue. HEX triplet: 19, 2B and CD. RGB value is (25,43,205). Sum of RGB (Red+Green+Blue) = 25+43+205=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #192BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #192BCD is #E6D432. Grayscale: #373737. Windows color (decimal): -15127603 or 13445913. OLE color: 13445913.

HSL color Cylindrical-coordinate representation of color #192BCD: hue angle of 234º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #192BCD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2543205-
CMYK0.880.7900.20
HSL234º78.26%45.1%-
HSV(B)234º87.8%80.39%-
XYZ12.286.3458.33-
YUV56.09212.04105.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 205 (80.47% from 255) = 75.09%
R=9.16%
G=15.75%
B=75.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal25432050.880.7900.2023478.2645.1
Hex192BCD584F014ea4e2d
Octal315331513011702435211655
Binary110011010111100110110110001001111010100111010101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,43,205); }

 H1.HeaderClassName
 {
   color: #192BCD;
 }
 .AnyTagClassName
 {
   color: #192BCD;
 }
</style>
background-color css

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

 a { background-color: rgb(25,43,205); }

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

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

 span { border-color: rgb(25,43,205); }

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