Html Css Color HEX #1226C1 Persian Blue

📋 copy color: '#1226C1'

red 18 ◦ green 38 ◦ blue 193

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

Shades of Persian Blue #1226C1

Tints of Persian Blue #1226C1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

 BLUE value IS 193 (75.78% from 255) = 77.51%

R = 7.23%
G = 15.26%
B = 77.51%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1226C1 (or 0x1226C1) is known color: Persian Blue. HEX triplet: 12, 26 and C1. RGB value is (18,38,193). Sum of RGB (Red+Green+Blue) = 18+38+193=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 193 (75.78% from 255 or 77.51% from 249); Max value from RGB is 193 - color contains mainly: blue. Hex color #1226C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1226C1 is #EDD93E. Grayscale: #313131. Windows color (decimal): -15587647 or 12658194. OLE color: 12658194.

HSL color Cylindrical-coordinate representation of color #1226C1: hue angle of 233.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1226C1 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 38 193 -
CMYK 0.91 0.80 0 0.24
HSL 233.14º 0.83% 0.41% -
HSV(B) 233.14º 0.91% 0.76% -
XYZ 10.57 5.37 50.93 -
YUV 49.69 208.87 105.4 -
System Red Green Blue C M Y K H S L
Decimal 18 38 193 0.91 0.80 0 0.24 233.14 0.83 0.41
Hex 12 26 C1 5B 50 0 18 E9 53 29
Octal 22 46 301 133 120 0 30 351 123 51
Binary 10010 100110 11000001 1011011 1010000 0 11000 11101001 1010011 101001

Color Harmonies of #1226C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1226C1

Black with #1226C1

Text Example


Text Example

White with #1226C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1226C1; }

 p { color: rgb(18,38,193); }

 H1.HeaderClassName
 {
   color: #1226C1;
 }
 .AnyTagClassName
 {
   color: #1226C1;
 }
</style>

background-color css

<style>
 a { background-color: #1226C1; }

 a { background-color: rgb(18,38,193); }

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

border-color css

<style>
 span { border-color: #1226C1; }

 span { border-color: rgb(18,38,193); }

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