Html Css Color HEX #122FBC Persian Blue

📋 copy color: '#122FBC'

red 18 ◦ green 47 ◦ blue 188

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

Shades of Persian Blue #122FBC

Tints of Persian Blue #122FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.58%

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

R = 7.11%
G = 18.58%
B = 74.31%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#122FBC (or 0x122FBC) is known color: Persian Blue. HEX triplet: 12, 2F and BC. RGB value is (18,47,188). Sum of RGB (Red+Green+Blue) = 18+47+188=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #122FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #122FBC is #EDD043. Grayscale: #353535. Windows color (decimal): -15585348 or 12332818. OLE color: 12332818.

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

Color convert

RGB 18 47 188 -
CMYK 0.90 0.75 0 0.26
HSL 229.76º 0.83% 0.4% -
HSV(B) 229.76º 0.9% 0.74% -
XYZ 10.34 5.79 48.15 -
YUV 54.4 203.39 102.04 -
System Red Green Blue C M Y K H S L
Decimal 18 47 188 0.90 0.75 0 0.26 229.76 0.83 0.4
Hex 12 2F BC 5A 4B 0 1A E6 53 28
Octal 22 57 274 132 113 0 32 346 123 50
Binary 10010 101111 10111100 1011010 1001011 0 11010 11100110 1010011 101000

Color Harmonies of #122FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122FBC

Black with #122FBC

Text Example


Text Example

White with #122FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122FBC; }

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

 H1.HeaderClassName
 {
   color: #122FBC;
 }
 .AnyTagClassName
 {
   color: #122FBC;
 }
</style>

background-color css

<style>
 a { background-color: #122FBC; }

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

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

border-color css

<style>
 span { border-color: #122FBC; }

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

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