Html Css Color HEX #123EBC Persian Blue

📋 copy color: '#123EBC'

red 18 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #123EBC

Tints of Persian Blue #123EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 6.72%
G = 23.13%
B = 70.15%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#123EBC (or 0x123EBC) is known color: Persian Blue. HEX triplet: 12, 3E and BC. RGB value is (18,62,188). Sum of RGB (Red+Green+Blue) = 18+62+188=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 188 (73.83% from 255 or 70.15% from 268); Max value from RGB is 188 - color contains mainly: blue. Hex color #123EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EBC is #EDC143. Grayscale: #3E3E3E. Windows color (decimal): -15581508 or 12336658. OLE color: 12336658.

HSL color Cylindrical-coordinate representation of color #123EBC: hue angle of 224.47º 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 #123EBC is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 62 188 -
CMYK 0.90 0.67 0 0.26
HSL 224.47º 0.83% 0.4% -
HSV(B) 224.47º 0.9% 0.74% -
XYZ 11.05 7.2 48.39 -
YUV 63.21 198.42 95.75 -
System Red Green Blue C M Y K H S L
Decimal 18 62 188 0.90 0.67 0 0.26 224.47 0.83 0.4
Hex 12 3E BC 5A 43 0 1A E0 53 28
Octal 22 76 274 132 103 0 32 340 123 50
Binary 10010 111110 10111100 1011010 1000011 0 11010 11100000 1010011 101000

Color Harmonies of #123EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EBC

Black with #123EBC

Text Example


Text Example

White with #123EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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