Html Css Color HEX #123CC6 Persian Blue

📋 copy color: '#123CC6'

red 18 ◦ green 60 ◦ blue 198

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

Shades of Persian Blue #123CC6

Tints of Persian Blue #123CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.74%

 BLUE value IS 198 (77.73% from 255) = 71.74%

R = 6.52%
G = 21.74%
B = 71.74%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#123CC6 (or 0x123CC6) is known color: Persian Blue. HEX triplet: 12, 3C and C6. RGB value is (18,60,198). Sum of RGB (Red+Green+Blue) = 18+60+198=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #123CC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CC6 is #EDC339. Grayscale: #3E3E3E. Windows color (decimal): -15582010 or 12991506. OLE color: 12991506.

HSL color Cylindrical-coordinate representation of color #123CC6: hue angle of 226º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123CC6 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 60 198 -
CMYK 0.91 0.70 0 0.22
HSL 226º 0.83% 0.42% -
HSV(B) 226º 0.91% 0.78% -
XYZ 12.06 7.44 54.23 -
YUV 63.17 204.09 95.78 -
System Red Green Blue C M Y K H S L
Decimal 18 60 198 0.91 0.70 0 0.22 226 0.83 0.42
Hex 12 3C C6 5B 46 0 16 E2 53 2A
Octal 22 74 306 133 106 0 26 342 123 52
Binary 10010 111100 11000110 1011011 1000110 0 10110 11100010 1010011 101010

Color Harmonies of #123CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CC6

Black with #123CC6

Text Example


Text Example

White with #123CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123CC6; }

 p { color: rgb(18,60,198); }

 H1.HeaderClassName
 {
   color: #123CC6;
 }
 .AnyTagClassName
 {
   color: #123CC6;
 }
</style>

background-color css

<style>
 a { background-color: #123CC6; }

 a { background-color: rgb(18,60,198); }

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

border-color css

<style>
 span { border-color: #123CC6; }

 span { border-color: rgb(18,60,198); }

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