Html Css Color HEX #1231CC Persian Blue

📋 copy color: '#1231CC'

red 18 ◦ green 49 ◦ blue 204

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

Shades of Persian Blue #1231CC

Tints of Persian Blue #1231CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.28%

R = 6.64%
G = 18.08%
B = 75.28%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1231CC (or 0x1231CC) is known color: Persian Blue. HEX triplet: 12, 31 and CC. RGB value is (18,49,204). Sum of RGB (Red+Green+Blue) = 18+49+204=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #1231CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231CC is #EDCE33. Grayscale: #383838. Windows color (decimal): -15584820 or 13381906. OLE color: 13381906.

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

Color convert

RGB 18 49 204 -
CMYK 0.91 0.76 0 0.2
HSL 230º 0.84% 0.44% -
HSV(B) 230º 0.91% 0.8% -
XYZ 12.25 6.68 57.77 -
YUV 57.4 210.73 99.9 -
System Red Green Blue C M Y K H S L
Decimal 18 49 204 0.91 0.76 0 0.2 230 0.84 0.44
Hex 12 31 CC 5B 4C 0 14 E6 54 2C
Octal 22 61 314 133 114 0 24 346 124 54
Binary 10010 110001 11001100 1011011 1001100 0 10100 11100110 1010100 101100

Color Harmonies of #1231CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231CC

Black with #1231CC

Text Example


Text Example

White with #1231CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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