Html Css Color HEX #123CBA Persian Blue

📋 copy color: '#123CBA'

red 18 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #123CBA

Tints of Persian Blue #123CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.45%

R = 6.82%
G = 22.73%
B = 70.45%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#123CBA (or 0x123CBA) is known color: Persian Blue. HEX triplet: 12, 3C and BA. RGB value is (18,60,186). Sum of RGB (Red+Green+Blue) = 18+60+186=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #123CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CBA is #EDC345. Grayscale: #3D3D3D. Windows color (decimal): -15582022 or 12205074. OLE color: 12205074.

HSL color Cylindrical-coordinate representation of color #123CBA: hue angle of 225º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #123CBA is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 60 186 -
CMYK 0.90 0.68 0 0.27
HSL 225º 0.82% 0.4% -
HSV(B) 225º 0.9% 0.73% -
XYZ 10.73 6.91 47.22 -
YUV 61.81 198.09 96.75 -
System Red Green Blue C M Y K H S L
Decimal 18 60 186 0.90 0.68 0 0.27 225 0.82 0.4
Hex 12 3C BA 5A 44 0 1B E1 52 28
Octal 22 74 272 132 104 0 33 341 122 50
Binary 10010 111100 10111010 1011010 1000100 0 11011 11100001 1010010 101000

Color Harmonies of #123CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CBA

Black with #123CBA

Text Example


Text Example

White with #123CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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