Html Css Color HEX #123BBF Persian Blue

📋 copy color: '#123BBF'

red 18 ◦ green 59 ◦ blue 191

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

Shades of Persian Blue #123BBF

Tints of Persian Blue #123BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.27%

R = 6.72%
G = 22.01%
B = 71.27%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#123BBF (or 0x123BBF) is known color: Persian Blue. HEX triplet: 12, 3B and BF. RGB value is (18,59,191). Sum of RGB (Red+Green+Blue) = 18+59+191=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 191 (75% from 255 or 71.27% from 268); Max value from RGB is 191 - color contains mainly: blue. Hex color #123BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #123BBF is #EDC440. Grayscale: #3D3D3D. Windows color (decimal): -15582273 or 12532498. OLE color: 12532498.

HSL color Cylindrical-coordinate representation of color #123BBF: hue angle of 225.78º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #123BBF is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 59 191 -
CMYK 0.91 0.69 0 0.25
HSL 225.78º 0.83% 0.41% -
HSV(B) 225.78º 0.91% 0.75% -
XYZ 11.22 7.02 50.05 -
YUV 61.79 200.92 96.77 -
System Red Green Blue C M Y K H S L
Decimal 18 59 191 0.91 0.69 0 0.25 225.78 0.83 0.41
Hex 12 3B BF 5B 45 0 19 E2 53 29
Octal 22 73 277 133 105 0 31 342 123 51
Binary 10010 111011 10111111 1011011 1000101 0 11001 11100010 1010011 101001

Color Harmonies of #123BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123BBF

Black with #123BBF

Text Example


Text Example

White with #123BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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