Html Css Color HEX #1246BC Persian Blue

📋 copy color: '#1246BC'

red 18 ◦ green 70 ◦ blue 188

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

Shades of Persian Blue #1246BC

Tints of Persian Blue #1246BC

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 6.52%
G = 25.36%
B = 68.12%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1246BC (or 0x1246BC) is known color: Persian Blue. HEX triplet: 12, 46 and BC. RGB value is (18,70,188). Sum of RGB (Red+Green+Blue) = 18+70+188=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #1246BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246BC is #EDB943. Grayscale: #434343. Windows color (decimal): -15579460 or 12338706. OLE color: 12338706.

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

Color convert

RGB 18 70 188 -
CMYK 0.90 0.63 0 0.26
HSL 221.65º 0.83% 0.4% -
HSV(B) 221.65º 0.9% 0.74% -
XYZ 11.52 8.14 48.54 -
YUV 67.9 195.77 92.41 -
System Red Green Blue C M Y K H S L
Decimal 18 70 188 0.90 0.63 0 0.26 221.65 0.83 0.4
Hex 12 46 BC 5A 3F 0 1A DE 53 28
Octal 22 106 274 132 77 0 32 336 123 50
Binary 10010 1000110 10111100 1011010 111111 0 11010 11011110 1010011 101000

Color Harmonies of #1246BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246BC

Black with #1246BC

Text Example


Text Example

White with #1246BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,70,188); }

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

background-color css

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

 a { background-color: rgb(18,70,188); }

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

border-color css

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

 span { border-color: rgb(18,70,188); }

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