Html Css Color HEX #123EBA Persian Blue

📋 copy color: '#123EBA'

red 18 ◦ green 62 ◦ blue 186

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

Shades of Persian Blue #123EBA

Tints of Persian Blue #123EBA

RGB

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

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

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

R = 6.77%
G = 23.31%
B = 69.92%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#123EBA (or 0x123EBA) is known color: Persian Blue. HEX triplet: 12, 3E and BA. RGB value is (18,62,186). Sum of RGB (Red+Green+Blue) = 18+62+186=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 186 (73.05% from 255 or 69.92% from 266); Max value from RGB is 186 - color contains mainly: blue. Hex color #123EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123EBA is #EDC145. Grayscale: #3E3E3E. Windows color (decimal): -15581510 or 12205586. OLE color: 12205586.

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

Color convert

RGB 18 62 186 -
CMYK 0.90 0.67 0 0.27
HSL 224.29º 0.82% 0.4% -
HSV(B) 224.29º 0.9% 0.73% -
XYZ 10.84 7.12 47.26 -
YUV 62.98 197.42 95.92 -
System Red Green Blue C M Y K H S L
Decimal 18 62 186 0.90 0.67 0 0.27 224.29 0.82 0.4
Hex 12 3E BA 5A 43 0 1B E0 52 28
Octal 22 76 272 132 103 0 33 340 122 50
Binary 10010 111110 10111010 1011010 1000011 0 11011 11100000 1010010 101000

Color Harmonies of #123EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EBA

Black with #123EBA

Text Example


Text Example

White with #123EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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