Html Css Color HEX #1226BB Persian Blue

📋 copy color: '#1226BB'

red 18 ◦ green 38 ◦ blue 187

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

Shades of Persian Blue #1226BB

Tints of Persian Blue #1226BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.95%

R = 7.41%
G = 15.64%
B = 76.95%

CMYK

 C value IS 0.90

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1226BB (or 0x1226BB) is known color: Persian Blue. HEX triplet: 12, 26 and BB. RGB value is (18,38,187). Sum of RGB (Red+Green+Blue) = 18+38+187=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 187 (73.44% from 255 or 76.95% from 243); Max value from RGB is 187 - color contains mainly: blue. Hex color #1226BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1226BB is #EDD944. Grayscale: #303030. Windows color (decimal): -15587653 or 12264978. OLE color: 12264978.

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

Color convert

RGB 18 38 187 -
CMYK 0.90 0.80 0 0.27
HSL 232.9º 0.82% 0.4% -
HSV(B) 232.9º 0.9% 0.73% -
XYZ 9.91 5.1 47.48 -
YUV 49.01 205.87 105.88 -
System Red Green Blue C M Y K H S L
Decimal 18 38 187 0.90 0.80 0 0.27 232.9 0.82 0.4
Hex 12 26 BB 5A 50 0 1B E9 52 28
Octal 22 46 273 132 120 0 33 351 122 50
Binary 10010 100110 10111011 1011010 1010000 0 11011 11101001 1010010 101000

Color Harmonies of #1226BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1226BB

Black with #1226BB

Text Example


Text Example

White with #1226BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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