Html Css Color HEX #1231CB Persian Blue

📋 copy color: '#1231CB'

red 18 ◦ green 49 ◦ blue 203

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

Shades of Persian Blue #1231CB

Tints of Persian Blue #1231CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 6.67%
G = 18.15%
B = 75.19%

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

#1231CB (or 0x1231CB) is known color: Persian Blue. HEX triplet: 12, 31 and CB. RGB value is (18,49,203). Sum of RGB (Red+Green+Blue) = 18+49+203=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #1231CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1231CB is #EDCE34. Grayscale: #383838. Windows color (decimal): -15584821 or 13316370. OLE color: 13316370.

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

Color convert

RGB 18 49 203 -
CMYK 0.91 0.76 0 0.20
HSL 229.95º 0.84% 0.43% -
HSV(B) 229.95º 0.91% 0.8% -
XYZ 12.13 6.64 57.14 -
YUV 57.29 210.23 99.98 -
System Red Green Blue C M Y K H S L
Decimal 18 49 203 0.91 0.76 0 0.20 229.95 0.84 0.43
Hex 12 31 CB 5B 4C 0 14 E6 54 2B
Octal 22 61 313 133 114 0 24 346 124 53
Binary 10010 110001 11001011 1011011 1001100 0 10100 11100110 1010100 101011

Color Harmonies of #1231CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1231CB

Black with #1231CB

Text Example


Text Example

White with #1231CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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