Html Css Color HEX #1927BB Persian Blue

📋 copy color: '#1927BB'

red 25 ◦ green 39 ◦ blue 187

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

Shades of Persian Blue #1927BB

Tints of Persian Blue #1927BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

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

R = 9.96%
G = 15.54%
B = 74.5%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1927BB (or 0x1927BB) is known color: Persian Blue. HEX triplet: 19, 27 and BB. RGB value is (25,39,187). Sum of RGB (Red+Green+Blue) = 25+39+187=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #1927BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1927BB is #E6D844. Grayscale: #333333. Windows color (decimal): -15128645 or 12265241. OLE color: 12265241.

HSL color Cylindrical-coordinate representation of color #1927BB: hue angle of 234.81º 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 #1927BB is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 39 187 -
CMYK 0.87 0.79 0 0.27
HSL 234.81º 0.76% 0.42% -
HSV(B) 234.81º 0.87% 0.73% -
XYZ 10.1 5.25 47.49 -
YUV 51.69 204.36 108.97 -
System Red Green Blue C M Y K H S L
Decimal 25 39 187 0.87 0.79 0 0.27 234.81 0.76 0.42
Hex 19 27 BB 57 4F 0 1B EB 4C 2A
Octal 31 47 273 127 117 0 33 353 114 52
Binary 11001 100111 10111011 1010111 1001111 0 11011 11101011 1001100 101010

Color Harmonies of #1927BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1927BB

Black with #1927BB

Text Example


Text Example

White with #1927BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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