Html Css Color HEX #1231CD Persian Blue

📋 copy color: '#1231CD'

red 18 ◦ green 49 ◦ blue 205

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

Shades of Persian Blue #1231CD

Tints of Persian Blue #1231CD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

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

R = 6.62%
G = 18.01%
B = 75.37%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1231CD (or 0x1231CD) is known color: Persian Blue. HEX triplet: 12, 31 and CD. RGB value is (18,49,205). Sum of RGB (Red+Green+Blue) = 18+49+205=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #1231CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231CD is #EDCE32. Grayscale: #383838. Windows color (decimal): -15584819 or 13447442. OLE color: 13447442.

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

Color convert

RGB 18 49 205 -
CMYK 0.91 0.76 0 0.20
HSL 230.05º 0.84% 0.44% -
HSV(B) 230.05º 0.91% 0.8% -
XYZ 12.37 6.73 58.41 -
YUV 57.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 18 49 205 0.91 0.76 0 0.20 230.05 0.84 0.44
Hex 12 31 CD 5B 4C 0 14 E6 54 2C
Octal 22 61 315 133 114 0 24 346 124 54
Binary 10010 110001 11001101 1011011 1001100 0 10100 11100110 1010100 101100

Color Harmonies of #1231CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231CD

Black with #1231CD

Text Example


Text Example

White with #1231CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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