Html Css Color HEX #1228DA Persian Blue

📋 copy color: '#1228DA'

red 18 ◦ green 40 ◦ blue 218

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

Shades of Persian Blue #1228DA

Tints of Persian Blue #1228DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 78.99%

R = 6.52%
G = 14.49%
B = 78.99%

CMYK

 C value IS 0.92

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1228DA (or 0x1228DA) is known color: Persian Blue. HEX triplet: 12, 28 and DA. RGB value is (18,40,218). Sum of RGB (Red+Green+Blue) = 18+40+218=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 218 (85.55% from 255 or 78.99% from 276); Max value from RGB is 218 - color contains mainly: blue. Hex color #1228DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1228DA is #EDD725. Grayscale: #343434. Windows color (decimal): -15587110 or 14297106. OLE color: 14297106.

HSL color Cylindrical-coordinate representation of color #1228DA: hue angle of 233.4º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1228DA is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 40 218 -
CMYK 0.92 0.82 0 0.15
HSL 233.4º 0.85% 0.46% -
HSV(B) 233.4º 0.92% 0.85% -
XYZ 13.66 6.71 66.9 -
YUV 53.71 220.71 102.53 -
System Red Green Blue C M Y K H S L
Decimal 18 40 218 0.92 0.82 0 0.15 233.4 0.85 0.46
Hex 12 28 DA 5C 52 0 F E9 55 2E
Octal 22 50 332 134 122 0 17 351 125 56
Binary 10010 101000 11011010 1011100 1010010 0 1111 11101001 1010101 101110

Color Harmonies of #1228DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1228DA

Black with #1228DA

Text Example


Text Example

White with #1228DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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