Html Css Color HEX #1244CD Persian Blue

📋 copy color: '#1244CD'

red 18 ◦ green 68 ◦ blue 205

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

Shades of Persian Blue #1244CD

Tints of Persian Blue #1244CD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

 BLUE value IS 205 (80.47% from 255) = 70.45%

R = 6.19%
G = 23.37%
B = 70.45%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1244CD (or 0x1244CD) is known color: Persian Blue. HEX triplet: 12, 44 and CD. RGB value is (18,68,205). Sum of RGB (Red+Green+Blue) = 18+68+205=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1244CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1244CD is #EDBB32. Grayscale: #444444. Windows color (decimal): -15579955 or 13452306. OLE color: 13452306.

HSL color Cylindrical-coordinate representation of color #1244CD: hue angle of 223.96º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1244CD is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 68 205 -
CMYK 0.91 0.67 0 0.20
HSL 223.96º 0.84% 0.44% -
HSV(B) 223.96º 0.91% 0.8% -
XYZ 13.34 8.67 58.73 -
YUV 68.67 204.94 91.86 -
System Red Green Blue C M Y K H S L
Decimal 18 68 205 0.91 0.67 0 0.20 223.96 0.84 0.44
Hex 12 44 CD 5B 43 0 14 E0 54 2C
Octal 22 104 315 133 103 0 24 340 124 54
Binary 10010 1000100 11001101 1011011 1000011 0 10100 11100000 1010100 101100

Color Harmonies of #1244CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1244CD

Black with #1244CD

Text Example


Text Example

White with #1244CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1244CD; }

 p { color: rgb(18,68,205); }

 H1.HeaderClassName
 {
   color: #1244CD;
 }
 .AnyTagClassName
 {
   color: #1244CD;
 }
</style>

background-color css

<style>
 a { background-color: #1244CD; }

 a { background-color: rgb(18,68,205); }

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

border-color css

<style>
 span { border-color: #1244CD; }

 span { border-color: rgb(18,68,205); }

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