Html Css Color HEX #1246B8 Persian Blue

📋 copy color: '#1246B8'

red 18 ◦ green 70 ◦ blue 184

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

Shades of Persian Blue #1246B8

Tints of Persian Blue #1246B8

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

 BLUE value IS 184 (72.27% from 255) = 67.65%

R = 6.62%
G = 25.74%
B = 67.65%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1246B8 (or 0x1246B8) is known color: Persian Blue. HEX triplet: 12, 46 and B8. RGB value is (18,70,184). Sum of RGB (Red+Green+Blue) = 18+70+184=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 184 (72.27% from 255 or 67.65% from 272); Max value from RGB is 184 - color contains mainly: blue. Hex color #1246B8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1246B8 is #EDB947. Grayscale: #424242. Windows color (decimal): -15579464 or 12076562. OLE color: 12076562.

HSL color Cylindrical-coordinate representation of color #1246B8: hue angle of 221.2º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246B8 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 70 184 -
CMYK 0.90 0.62 0 0.28
HSL 221.2º 0.82% 0.4% -
HSV(B) 221.2º 0.9% 0.72% -
XYZ 11.09 7.97 46.3 -
YUV 67.45 193.77 92.73 -
System Red Green Blue C M Y K H S L
Decimal 18 70 184 0.90 0.62 0 0.28 221.2 0.82 0.4
Hex 12 46 B8 5A 3E 0 1C DD 52 28
Octal 22 106 270 132 76 0 34 335 122 50
Binary 10010 1000110 10111000 1011010 111110 0 11100 11011101 1010010 101000

Color Harmonies of #1246B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1246B8

Black with #1246B8

Text Example


Text Example

White with #1246B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1246B8; }

 p { color: rgb(18,70,184); }

 H1.HeaderClassName
 {
   color: #1246B8;
 }
 .AnyTagClassName
 {
   color: #1246B8;
 }
</style>

background-color css

<style>
 a { background-color: #1246B8; }

 a { background-color: rgb(18,70,184); }

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

border-color css

<style>
 span { border-color: #1246B8; }

 span { border-color: rgb(18,70,184); }

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