Html Css Color HEX #1236EC Persian Blue

📋 copy color: '#1236EC'

red 18 ◦ green 54 ◦ blue 236

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

Shades of Persian Blue #1236EC

Tints of Persian Blue #1236EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 76.62%

R = 5.84%
G = 17.53%
B = 76.62%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1236EC (or 0x1236EC) is known color: Persian Blue. HEX triplet: 12, 36 and EC. RGB value is (18,54,236). Sum of RGB (Red+Green+Blue) = 18+54+236=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #1236EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1236EC is #EDC913. Grayscale: #3F3F3F. Windows color (decimal): -15583508 or 15480338. OLE color: 15480338.

HSL color Cylindrical-coordinate representation of color #1236EC: hue angle of 230.09º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1236EC is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 54 236 -
CMYK 0.92 0.77 0 0.07
HSL 230.09º 0.86% 0.5% -
HSV(B) 230.09º 0.92% 0.93% -
XYZ 16.71 8.82 80.18 -
YUV 63.98 225.07 95.2 -
System Red Green Blue C M Y K H S L
Decimal 18 54 236 0.92 0.77 0 0.07 230.09 0.86 0.5
Hex 12 36 EC 5C 4D 0 7 E6 56 32
Octal 22 66 354 134 115 0 7 346 126 62
Binary 10010 110110 11101100 1011100 1001101 0 111 11100110 1010110 110010

Color Harmonies of #1236EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236EC

Black with #1236EC

Text Example


Text Example

White with #1236EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1236EC; }

 p { color: rgb(18,54,236); }

 H1.HeaderClassName
 {
   color: #1236EC;
 }
 .AnyTagClassName
 {
   color: #1236EC;
 }
</style>

background-color css

<style>
 a { background-color: #1236EC; }

 a { background-color: rgb(18,54,236); }

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

border-color css

<style>
 span { border-color: #1236EC; }

 span { border-color: rgb(18,54,236); }

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