Html Css Color HEX #1246EB Persian Blue

📋 copy color: '#1246EB'

red 18 ◦ green 70 ◦ blue 235

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

Shades of Persian Blue #1246EB

Tints of Persian Blue #1246EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 72.76%

R = 5.57%
G = 21.67%
B = 72.76%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1246EB (or 0x1246EB) is known color: Persian Blue. HEX triplet: 12, 46 and EB. RGB value is (18,70,235). Sum of RGB (Red+Green+Blue) = 18+70+235=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #1246EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1246EB is #EDB914. Grayscale: #484848. Windows color (decimal): -15579413 or 15418898. OLE color: 15418898.

HSL color Cylindrical-coordinate representation of color #1246EB: hue angle of 225.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1246EB is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 70 235 -
CMYK 0.92 0.70 0 0.08
HSL 225.62º 0.86% 0.5% -
HSV(B) 225.62º 0.92% 0.92% -
XYZ 17.44 10.51 79.71 -
YUV 73.26 219.27 88.58 -
System Red Green Blue C M Y K H S L
Decimal 18 70 235 0.92 0.70 0 0.08 225.62 0.86 0.5
Hex 12 46 EB 5C 46 0 8 E2 56 32
Octal 22 106 353 134 106 0 10 342 126 62
Binary 10010 1000110 11101011 1011100 1000110 0 1000 11100010 1010110 110010

Color Harmonies of #1246EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246EB

Black with #1246EB

Text Example


Text Example

White with #1246EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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