Html Css Color HEX #1225BA Persian Blue

📋 copy color: '#1225BA'

red 18 ◦ green 37 ◦ blue 186

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

Shades of Persian Blue #1225BA

Tints of Persian Blue #1225BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 7.47%
G = 15.35%
B = 77.18%

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

#1225BA (or 0x1225BA) is known color: Persian Blue. HEX triplet: 12, 25 and BA. RGB value is (18,37,186). Sum of RGB (Red+Green+Blue) = 18+37+186=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #1225BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1225BA is #EDDA45. Grayscale: #2F2F2F. Windows color (decimal): -15587910 or 12199186. OLE color: 12199186.

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

Color convert

RGB 18 37 186 -
CMYK 0.90 0.80 0 0.27
HSL 233.21º 0.82% 0.4% -
HSV(B) 233.21º 0.9% 0.73% -
XYZ 9.77 5 46.9 -
YUV 48.31 205.71 106.38 -
System Red Green Blue C M Y K H S L
Decimal 18 37 186 0.90 0.80 0 0.27 233.21 0.82 0.4
Hex 12 25 BA 5A 50 0 1B E9 52 28
Octal 22 45 272 132 120 0 33 351 122 50
Binary 10010 100101 10111010 1011010 1010000 0 11011 11101001 1010010 101000

Color Harmonies of #1225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1225BA

Black with #1225BA

Text Example


Text Example

White with #1225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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