Html Css Color HEX #1327BC Persian Blue

📋 copy color: '#1327BC'

red 19 ◦ green 39 ◦ blue 188

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

Shades of Persian Blue #1327BC

Tints of Persian Blue #1327BC

RGB

 RED value IS 19 (7.81% from 255) = 7.72%

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

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

R = 7.72%
G = 15.85%
B = 76.42%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1327BC (or 0x1327BC) is known color: Persian Blue. HEX triplet: 13, 27 and BC. RGB value is (19,39,188). Sum of RGB (Red+Green+Blue) = 19+39+188=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #1327BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1327BC is #ECD843. Grayscale: #313131. Windows color (decimal): -15521860 or 12330771. OLE color: 12330771.

HSL color Cylindrical-coordinate representation of color #1327BC: hue angle of 232.9º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1327BC is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 39 188 -
CMYK 0.90 0.79 0 0.26
HSL 232.9º 0.82% 0.41% -
HSV(B) 232.9º 0.9% 0.74% -
XYZ 10.07 5.22 48.05 -
YUV 50.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 19 39 188 0.90 0.79 0 0.26 232.9 0.82 0.41
Hex 13 27 BC 5A 4F 0 1A E9 52 29
Octal 23 47 274 132 117 0 32 351 122 51
Binary 10011 100111 10111100 1011010 1001111 0 11010 11101001 1010010 101001

Color Harmonies of #1327BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1327BC

Black with #1327BC

Text Example


Text Example

White with #1327BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,39,188); }

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

background-color css

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

 a { background-color: rgb(19,39,188); }

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

border-color css

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

 span { border-color: rgb(19,39,188); }

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