Html Css Color HEX #1236BA Persian Blue

📋 copy color: '#1236BA'

red 18 ◦ green 54 ◦ blue 186

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

Shades of Persian Blue #1236BA

Tints of Persian Blue #1236BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.09%

R = 6.98%
G = 20.93%
B = 72.09%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1236BA (or 0x1236BA) is known color: Persian Blue. HEX triplet: 12, 36 and BA. RGB value is (18,54,186). Sum of RGB (Red+Green+Blue) = 18+54+186=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #1236BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1236BA is #EDC945. Grayscale: #393939. Windows color (decimal): -15583558 or 12203538. OLE color: 12203538.

HSL color Cylindrical-coordinate representation of color #1236BA: hue angle of 227.14º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1236BA is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 54 186 -
CMYK 0.90 0.71 0 0.27
HSL 227.14º 0.82% 0.4% -
HSV(B) 227.14º 0.9% 0.73% -
XYZ 10.43 6.31 47.12 -
YUV 58.28 200.07 99.27 -
System Red Green Blue C M Y K H S L
Decimal 18 54 186 0.90 0.71 0 0.27 227.14 0.82 0.4
Hex 12 36 BA 5A 47 0 1B E3 52 28
Octal 22 66 272 132 107 0 33 343 122 50
Binary 10010 110110 10111010 1011010 1000111 0 11011 11100011 1010010 101000

Color Harmonies of #1236BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1236BA

Black with #1236BA

Text Example


Text Example

White with #1236BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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