Html Css Color HEX #1225DB Persian Blue

📋 copy color: '#1225DB'

red 18 ◦ green 37 ◦ blue 219

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

Shades of Persian Blue #1225DB

Tints of Persian Blue #1225DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.93%

R = 6.57%
G = 13.5%
B = 79.93%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1225DB (or 0x1225DB) is known color: Persian Blue. HEX triplet: 12, 25 and DB. RGB value is (18,37,219). Sum of RGB (Red+Green+Blue) = 18+37+219=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 219 (85.94% from 255 or 79.93% from 274); Max value from RGB is 219 - color contains mainly: blue. Hex color #1225DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1225DB is #EDDA24. Grayscale: #333333. Windows color (decimal): -15587877 or 14361874. OLE color: 14361874.

HSL color Cylindrical-coordinate representation of color #1225DB: hue angle of 234.33º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1225DB is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 37 219 -
CMYK 0.92 0.83 0 0.14
HSL 234.33º 0.85% 0.46% -
HSV(B) 234.33º 0.92% 0.86% -
XYZ 13.7 6.57 67.56 -
YUV 52.07 222.21 103.7 -
System Red Green Blue C M Y K H S L
Decimal 18 37 219 0.92 0.83 0 0.14 234.33 0.85 0.46
Hex 12 25 DB 5C 53 0 E EA 55 2E
Octal 22 45 333 134 123 0 16 352 125 56
Binary 10010 100101 11011011 1011100 1010011 0 1110 11101010 1010101 101110

Color Harmonies of #1225DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1225DB

Black with #1225DB

Text Example


Text Example

White with #1225DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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