Html Css Color HEX #123BCE Persian Blue

📋 copy color: '#123BCE'

red 18 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #123BCE

Tints of Persian Blue #123BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 6.36%
G = 20.85%
B = 72.79%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#123BCE (or 0x123BCE) is known color: Persian Blue. HEX triplet: 12, 3B and CE. RGB value is (18,59,206). Sum of RGB (Red+Green+Blue) = 18+59+206=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #123BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BCE is #EDC431. Grayscale: #3E3E3E. Windows color (decimal): -15582258 or 13515538. OLE color: 13515538.

HSL color Cylindrical-coordinate representation of color #123BCE: hue angle of 226.91º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123BCE is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 59 206 -
CMYK 0.91 0.71 0 0.19
HSL 226.91º 0.84% 0.44% -
HSV(B) 226.91º 0.91% 0.81% -
XYZ 12.95 7.71 59.2 -
YUV 63.5 208.42 95.55 -
System Red Green Blue C M Y K H S L
Decimal 18 59 206 0.91 0.71 0 0.19 226.91 0.84 0.44
Hex 12 3B CE 5B 47 0 13 E3 54 2C
Octal 22 73 316 133 107 0 23 343 124 54
Binary 10010 111011 11001110 1011011 1000111 0 10011 11100011 1010100 101100

Color Harmonies of #123BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BCE

Black with #123BCE

Text Example


Text Example

White with #123BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,59,206); }

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

background-color css

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

 a { background-color: rgb(18,59,206); }

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

border-color css

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

 span { border-color: rgb(18,59,206); }

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