Html Css Color HEX #1248BA Persian Blue

📋 copy color: '#1248BA'

red 18 ◦ green 72 ◦ blue 186

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

Shades of Persian Blue #1248BA

Tints of Persian Blue #1248BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

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

R = 6.52%
G = 26.09%
B = 67.39%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1248BA (or 0x1248BA) is known color: Persian Blue. HEX triplet: 12, 48 and BA. RGB value is (18,72,186). Sum of RGB (Red+Green+Blue) = 18+72+186=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 186 (73.05% from 255 or 67.39% from 276); Max value from RGB is 186 - color contains mainly: blue. Hex color #1248BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BA is #EDB745. Grayscale: #444444. Windows color (decimal): -15578950 or 12208146. OLE color: 12208146.

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

Color convert

RGB 18 72 186 -
CMYK 0.90 0.61 0 0.27
HSL 220.71º 0.82% 0.4% -
HSV(B) 220.71º 0.9% 0.73% -
XYZ 11.43 8.31 47.46 -
YUV 68.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 18 72 186 0.90 0.61 0 0.27 220.71 0.82 0.4
Hex 12 48 BA 5A 3D 0 1B DD 52 28
Octal 22 110 272 132 75 0 33 335 122 50
Binary 10010 1001000 10111010 1011010 111101 0 11011 11011101 1010010 101000

Color Harmonies of #1248BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248BA

Black with #1248BA

Text Example


Text Example

White with #1248BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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