Html Css Color HEX #1245DB Persian Blue

📋 copy color: '#1245DB'

red 18 ◦ green 69 ◦ blue 219

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

Shades of Persian Blue #1245DB

Tints of Persian Blue #1245DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 5.88%
G = 22.55%
B = 71.57%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1245DB (or 0x1245DB) is known color: Persian Blue. HEX triplet: 12, 45 and DB. RGB value is (18,69,219). Sum of RGB (Red+Green+Blue) = 18+69+219=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #1245DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1245DB is #EDBA24. Grayscale: #464646. Windows color (decimal): -15579685 or 14370066. OLE color: 14370066.

HSL color Cylindrical-coordinate representation of color #1245DB: hue angle of 224.78º 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 #1245DB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 69 219 -
CMYK 0.92 0.68 0 0.14
HSL 224.78º 0.85% 0.46% -
HSV(B) 224.78º 0.92% 0.86% -
XYZ 15.16 9.5 68.05 -
YUV 70.85 211.6 90.3 -
System Red Green Blue C M Y K H S L
Decimal 18 69 219 0.92 0.68 0 0.14 224.78 0.85 0.46
Hex 12 45 DB 5C 44 0 E E1 55 2E
Octal 22 105 333 134 104 0 16 341 125 56
Binary 10010 1000101 11011011 1011100 1000100 0 1110 11100001 1010101 101110

Color Harmonies of #1245DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1245DB

Black with #1245DB

Text Example


Text Example

White with #1245DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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