Html Css Color HEX #1248BC Persian Blue

📋 copy color: '#1248BC'

red 18 ◦ green 72 ◦ blue 188

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

Shades of Persian Blue #1248BC

Tints of Persian Blue #1248BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 67.63%

R = 6.47%
G = 25.9%
B = 67.63%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1248BC (or 0x1248BC) is known color: Persian Blue. HEX triplet: 12, 48 and BC. RGB value is (18,72,188). Sum of RGB (Red+Green+Blue) = 18+72+188=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #1248BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1248BC is #EDB743. Grayscale: #444444. Windows color (decimal): -15578948 or 12339218. OLE color: 12339218.

HSL color Cylindrical-coordinate representation of color #1248BC: hue angle of 220.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1248BC is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 72 188 -
CMYK 0.90 0.62 0 0.26
HSL 220.94º 0.83% 0.4% -
HSV(B) 220.94º 0.9% 0.74% -
XYZ 11.64 8.39 48.58 -
YUV 69.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 18 72 188 0.90 0.62 0 0.26 220.94 0.83 0.4
Hex 12 48 BC 5A 3E 0 1A DD 53 28
Octal 22 110 274 132 76 0 32 335 123 50
Binary 10010 1001000 10111100 1011010 111110 0 11010 11011101 1010011 101000

Color Harmonies of #1248BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248BC

Black with #1248BC

Text Example


Text Example

White with #1248BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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