Html Css Color HEX #1231CE Persian Blue

📋 copy color: '#1231CE'

red 18 ◦ green 49 ◦ blue 206

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

Shades of Persian Blue #1231CE

Tints of Persian Blue #1231CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 6.59%
G = 17.95%
B = 75.46%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1231CE (or 0x1231CE) is known color: Persian Blue. HEX triplet: 12, 31 and CE. RGB value is (18,49,206). Sum of RGB (Red+Green+Blue) = 18+49+206=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #1231CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231CE is #EDCE31. Grayscale: #383838. Windows color (decimal): -15584818 or 13512978. OLE color: 13512978.

HSL color Cylindrical-coordinate representation of color #1231CE: hue angle of 230.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1231CE is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 49 206 -
CMYK 0.91 0.76 0 0.19
HSL 230.11º 0.84% 0.44% -
HSV(B) 230.11º 0.91% 0.81% -
XYZ 12.49 6.78 59.04 -
YUV 57.63 211.73 99.73 -
System Red Green Blue C M Y K H S L
Decimal 18 49 206 0.91 0.76 0 0.19 230.11 0.84 0.44
Hex 12 31 CE 5B 4C 0 13 E6 54 2C
Octal 22 61 316 133 114 0 23 346 124 54
Binary 10010 110001 11001110 1011011 1001100 0 10011 11100110 1010100 101100

Color Harmonies of #1231CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231CE

Black with #1231CE

Text Example


Text Example

White with #1231CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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