Html Css Color HEX #123CBC Persian Blue

📋 copy color: '#123CBC'

red 18 ◦ green 60 ◦ blue 188

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

Shades of Persian Blue #123CBC

Tints of Persian Blue #123CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 6.77%
G = 22.56%
B = 70.68%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#123CBC (or 0x123CBC) is known color: Persian Blue. HEX triplet: 12, 3C and BC. RGB value is (18,60,188). Sum of RGB (Red+Green+Blue) = 18+60+188=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #123CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123CBC is #EDC343. Grayscale: #3D3D3D. Windows color (decimal): -15582020 or 12336146. OLE color: 12336146.

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

Color convert

RGB 18 60 188 -
CMYK 0.90 0.68 0 0.26
HSL 225.18º 0.83% 0.4% -
HSV(B) 225.18º 0.9% 0.74% -
XYZ 10.94 6.99 48.35 -
YUV 62.03 199.09 96.59 -
System Red Green Blue C M Y K H S L
Decimal 18 60 188 0.90 0.68 0 0.26 225.18 0.83 0.4
Hex 12 3C BC 5A 44 0 1A E1 53 28
Octal 22 74 274 132 104 0 32 341 123 50
Binary 10010 111100 10111100 1011010 1000100 0 11010 11100001 1010011 101000

Color Harmonies of #123CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123CBC

Black with #123CBC

Text Example


Text Example

White with #123CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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