Html Css Color HEX #123EEF Persian Blue

📋 copy color: '#123EEF'

red 18 ◦ green 62 ◦ blue 239

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

Shades of Persian Blue #123EEF

Tints of Persian Blue #123EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.92%

R = 5.64%
G = 19.44%
B = 74.92%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#123EEF (or 0x123EEF) is known color: Persian Blue. HEX triplet: 12, 3E and EF. RGB value is (18,62,239). Sum of RGB (Red+Green+Blue) = 18+62+239=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #123EEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123EEF is #EDC110. Grayscale: #444444. Windows color (decimal): -15581457 or 15678994. OLE color: 15678994.

HSL color Cylindrical-coordinate representation of color #123EEF: hue angle of 228.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123EEF is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 62 239 -
CMYK 0.92 0.74 0 0.06
HSL 228.05º 0.87% 0.5% -
HSV(B) 228.05º 0.92% 0.94% -
XYZ 17.55 9.81 82.63 -
YUV 69.02 223.92 91.61 -
System Red Green Blue C M Y K H S L
Decimal 18 62 239 0.92 0.74 0 0.06 228.05 0.87 0.5
Hex 12 3E EF 5C 4A 0 6 E4 57 32
Octal 22 76 357 134 112 0 6 344 127 62
Binary 10010 111110 11101111 1011100 1001010 0 110 11100100 1010111 110010

Color Harmonies of #123EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123EEF

Black with #123EEF

Text Example


Text Example

White with #123EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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