Html Css Color HEX #1936BC Persian Blue

📋 copy color: '#1936BC'

red 25 ◦ green 54 ◦ blue 188

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

Shades of Persian Blue #1936BC

Tints of Persian Blue #1936BC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 188 (73.83% from 255) = 70.41%

R = 9.36%
G = 20.22%
B = 70.41%

CMYK

 C value IS 0.87

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1936BC (or 0x1936BC) is known color: Persian Blue. HEX triplet: 19, 36 and BC. RGB value is (25,54,188). Sum of RGB (Red+Green+Blue) = 25+54+188=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #1936BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1936BC is #E6C943. Grayscale: #3C3C3C. Windows color (decimal): -15124804 or 12334617. OLE color: 12334617.

HSL color Cylindrical-coordinate representation of color #1936BC: hue angle of 229.33º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1936BC is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 54 188 -
CMYK 0.87 0.71 0 0.26
HSL 229.33º 0.77% 0.42% -
HSV(B) 229.33º 0.87% 0.74% -
XYZ 10.8 6.48 48.26 -
YUV 60.61 199.89 102.6 -
System Red Green Blue C M Y K H S L
Decimal 25 54 188 0.87 0.71 0 0.26 229.33 0.77 0.42
Hex 19 36 BC 57 47 0 1A E5 4D 2A
Octal 31 66 274 127 107 0 32 345 115 52
Binary 11001 110110 10111100 1010111 1000111 0 11010 11100101 1001101 101010

Color Harmonies of #1936BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1936BC

Black with #1936BC

Text Example


Text Example

White with #1936BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1936BC; }

 p { color: rgb(25,54,188); }

 H1.HeaderClassName
 {
   color: #1936BC;
 }
 .AnyTagClassName
 {
   color: #1936BC;
 }
</style>

background-color css

<style>
 a { background-color: #1936BC; }

 a { background-color: rgb(25,54,188); }

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

border-color css

<style>
 span { border-color: #1936BC; }

 span { border-color: rgb(25,54,188); }

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