Html Css Color HEX #1348BC Persian Blue

📋 copy color: '#1348BC'

red 19 ◦ green 72 ◦ blue 188

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

Shades of Persian Blue #1348BC

Tints of Persian Blue #1348BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.81%

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

R = 6.81%
G = 25.81%
B = 67.38%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1348BC (or 0x1348BC) is known color: Persian Blue. HEX triplet: 13, 48 and BC. RGB value is (19,72,188). Sum of RGB (Red+Green+Blue) = 19+72+188=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #1348BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348BC is #ECB743. Grayscale: #444444. Windows color (decimal): -15513412 or 12339219. OLE color: 12339219.

HSL color Cylindrical-coordinate representation of color #1348BC: hue angle of 221.18º 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 #1348BC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 72 188 -
CMYK 0.90 0.62 0 0.26
HSL 221.18º 0.82% 0.41% -
HSV(B) 221.18º 0.9% 0.74% -
XYZ 11.66 8.4 48.58 -
YUV 69.38 194.94 92.07 -
System Red Green Blue C M Y K H S L
Decimal 19 72 188 0.90 0.62 0 0.26 221.18 0.82 0.41
Hex 13 48 BC 5A 3E 0 1A DD 52 29
Octal 23 110 274 132 76 0 32 335 122 51
Binary 10011 1001000 10111100 1011010 111110 0 11010 11011101 1010010 101001

Color Harmonies of #1348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1348BC

Black with #1348BC

Text Example


Text Example

White with #1348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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