Html Css Color HEX #1243CD Persian Blue

📋 copy color: '#1243CD'

red 18 ◦ green 67 ◦ blue 205

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

Shades of Persian Blue #1243CD

Tints of Persian Blue #1243CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

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

R = 6.21%
G = 23.1%
B = 70.69%

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

#1243CD (or 0x1243CD) is known color: Persian Blue. HEX triplet: 12, 43 and CD. RGB value is (18,67,205). Sum of RGB (Red+Green+Blue) = 18+67+205=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #1243CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1243CD is #EDBC32. Grayscale: #434343. Windows color (decimal): -15580211 or 13452050. OLE color: 13452050.

HSL color Cylindrical-coordinate representation of color #1243CD: hue angle of 224.28º 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 #1243CD is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 67 205 -
CMYK 0.91 0.67 0 0.20
HSL 224.28º 0.84% 0.44% -
HSV(B) 224.28º 0.91% 0.8% -
XYZ 13.28 8.55 58.71 -
YUV 68.08 205.27 92.28 -
System Red Green Blue C M Y K H S L
Decimal 18 67 205 0.91 0.67 0 0.20 224.28 0.84 0.44
Hex 12 43 CD 5B 43 0 14 E0 54 2C
Octal 22 103 315 133 103 0 24 340 124 54
Binary 10010 1000011 11001101 1011011 1000011 0 10100 11100000 1010100 101100

Color Harmonies of #1243CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1243CD

Black with #1243CD

Text Example


Text Example

White with #1243CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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