Html Css Color HEX #1234BA Persian Blue

📋 copy color: '#1234BA'

red 18 ◦ green 52 ◦ blue 186

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

Shades of Persian Blue #1234BA

Tints of Persian Blue #1234BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

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

R = 7.03%
G = 20.31%
B = 72.66%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1234BA (or 0x1234BA) is known color: Persian Blue. HEX triplet: 12, 34 and BA. RGB value is (18,52,186). Sum of RGB (Red+Green+Blue) = 18+52+186=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #1234BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234BA is #EDCB45. Grayscale: #383838. Windows color (decimal): -15584070 or 12203026. OLE color: 12203026.

HSL color Cylindrical-coordinate representation of color #1234BA: hue angle of 227.86º 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 #1234BA is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 52 186 -
CMYK 0.90 0.72 0 0.27
HSL 227.86º 0.82% 0.4% -
HSV(B) 227.86º 0.9% 0.73% -
XYZ 10.34 6.13 47.09 -
YUV 57.11 200.74 100.1 -
System Red Green Blue C M Y K H S L
Decimal 18 52 186 0.90 0.72 0 0.27 227.86 0.82 0.4
Hex 12 34 BA 5A 48 0 1B E4 52 28
Octal 22 64 272 132 110 0 33 344 122 50
Binary 10010 110100 10111010 1011010 1001000 0 11011 11100100 1010010 101000

Color Harmonies of #1234BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234BA

Black with #1234BA

Text Example


Text Example

White with #1234BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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