Html Css Color HEX #1228BD Persian Blue

📋 copy color: '#1228BD'

red 18 ◦ green 40 ◦ blue 189

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

Shades of Persian Blue #1228BD

Tints of Persian Blue #1228BD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 189 (74.22% from 255) = 76.52%

R = 7.29%
G = 16.19%
B = 76.52%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1228BD (or 0x1228BD) is known color: Persian Blue. HEX triplet: 12, 28 and BD. RGB value is (18,40,189). Sum of RGB (Red+Green+Blue) = 18+40+189=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #1228BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228BD is #EDD742. Grayscale: #313131. Windows color (decimal): -15587139 or 12396562. OLE color: 12396562.

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

Color convert

RGB 18 40 189 -
CMYK 0.90 0.79 0 0.26
HSL 232.28º 0.83% 0.41% -
HSV(B) 232.28º 0.9% 0.74% -
XYZ 10.19 5.32 48.63 -
YUV 50.41 206.21 104.88 -
System Red Green Blue C M Y K H S L
Decimal 18 40 189 0.90 0.79 0 0.26 232.28 0.83 0.41
Hex 12 28 BD 5A 4F 0 1A E8 53 29
Octal 22 50 275 132 117 0 32 350 123 51
Binary 10010 101000 10111101 1011010 1001111 0 11010 11101000 1010011 101001

Color Harmonies of #1228BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228BD

Black with #1228BD

Text Example


Text Example

White with #1228BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1228BD; }

 p { color: rgb(18,40,189); }

 H1.HeaderClassName
 {
   color: #1228BD;
 }
 .AnyTagClassName
 {
   color: #1228BD;
 }
</style>

background-color css

<style>
 a { background-color: #1228BD; }

 a { background-color: rgb(18,40,189); }

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

border-color css

<style>
 span { border-color: #1228BD; }

 span { border-color: rgb(18,40,189); }

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