Html Css Color HEX #1933BB Persian Blue

📋 copy color: '#1933BB'

red 25 ◦ green 51 ◦ blue 187

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

Shades of Persian Blue #1933BB

Tints of Persian Blue #1933BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 187 (73.44% from 255) = 71.1%

R = 9.51%
G = 19.39%
B = 71.1%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1933BB (or 0x1933BB) is known color: Persian Blue. HEX triplet: 19, 33 and BB. RGB value is (25,51,187). Sum of RGB (Red+Green+Blue) = 25+51+187=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #1933BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1933BB is #E6CC44. Grayscale: #3A3A3A. Windows color (decimal): -15125573 or 12268313. OLE color: 12268313.

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

Color convert

RGB 25 51 187 -
CMYK 0.87 0.73 0 0.27
HSL 230.37º 0.76% 0.42% -
HSV(B) 230.37º 0.87% 0.73% -
XYZ 10.55 6.16 47.65 -
YUV 58.73 200.39 103.94 -
System Red Green Blue C M Y K H S L
Decimal 25 51 187 0.87 0.73 0 0.27 230.37 0.76 0.42
Hex 19 33 BB 57 49 0 1B E6 4C 2A
Octal 31 63 273 127 111 0 33 346 114 52
Binary 11001 110011 10111011 1010111 1001001 0 11011 11100110 1001100 101010

Color Harmonies of #1933BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1933BB

Black with #1933BB

Text Example


Text Example

White with #1933BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1933BB; }

 p { color: rgb(25,51,187); }

 H1.HeaderClassName
 {
   color: #1933BB;
 }
 .AnyTagClassName
 {
   color: #1933BB;
 }
</style>

background-color css

<style>
 a { background-color: #1933BB; }

 a { background-color: rgb(25,51,187); }

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

border-color css

<style>
 span { border-color: #1933BB; }

 span { border-color: rgb(25,51,187); }

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