Html Css Color HEX #123BC6 Persian Blue

📋 copy color: '#123BC6'

red 18 ◦ green 59 ◦ blue 198

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

Shades of Persian Blue #123BC6

Tints of Persian Blue #123BC6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.45%

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

R = 6.55%
G = 21.45%
B = 72%

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

#123BC6 (or 0x123BC6) is known color: Persian Blue. HEX triplet: 12, 3B and C6. RGB value is (18,59,198). Sum of RGB (Red+Green+Blue) = 18+59+198=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 198 (77.73% from 255 or 72% from 275); Max value from RGB is 198 - color contains mainly: blue. Hex color #123BC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BC6 is #EDC439. Grayscale: #3D3D3D. Windows color (decimal): -15582266 or 12991250. OLE color: 12991250.

HSL color Cylindrical-coordinate representation of color #123BC6: hue angle of 226.33º 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 #123BC6 is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 59 198 -
CMYK 0.91 0.70 0 0.22
HSL 226.33º 0.83% 0.42% -
HSV(B) 226.33º 0.91% 0.78% -
XYZ 12.01 7.33 54.21 -
YUV 62.59 204.42 96.2 -
System Red Green Blue C M Y K H S L
Decimal 18 59 198 0.91 0.70 0 0.22 226.33 0.83 0.42
Hex 12 3B C6 5B 46 0 16 E2 53 2A
Octal 22 73 306 133 106 0 26 342 123 52
Binary 10010 111011 11000110 1011011 1000110 0 10110 11100010 1010011 101010

Color Harmonies of #123BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BC6

Black with #123BC6

Text Example


Text Example

White with #123BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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