Html Css Color HEX #123BBC Persian Blue

📋 copy color: '#123BBC'

red 18 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #123BBC

Tints of Persian Blue #123BBC

RGB

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

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

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

R = 6.79%
G = 22.26%
B = 70.94%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#123BBC (or 0x123BBC) is known color: Persian Blue. HEX triplet: 12, 3B and BC. RGB value is (18,59,188). Sum of RGB (Red+Green+Blue) = 18+59+188=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #123BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BBC is #EDC443. Grayscale: #3C3C3C. Windows color (decimal): -15582276 or 12335890. OLE color: 12335890.

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

Color convert

RGB 18 59 188 -
CMYK 0.90 0.69 0 0.26
HSL 225.53º 0.83% 0.4% -
HSV(B) 225.53º 0.9% 0.74% -
XYZ 10.89 6.89 48.33 -
YUV 61.45 199.42 97.01 -
System Red Green Blue C M Y K H S L
Decimal 18 59 188 0.90 0.69 0 0.26 225.53 0.83 0.4
Hex 12 3B BC 5A 45 0 1A E2 53 28
Octal 22 73 274 132 105 0 32 342 123 50
Binary 10010 111011 10111100 1011010 1000101 0 11010 11100010 1010011 101000

Color Harmonies of #123BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BBC

Black with #123BBC

Text Example


Text Example

White with #123BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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