Html Css Color HEX #121BBB Persian Blue

📋 copy color: '#121BBB'

red 18 ◦ green 27 ◦ blue 187

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

Shades of Persian Blue #121BBB

Tints of Persian Blue #121BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

 BLUE value IS 187 (73.44% from 255) = 80.6%

R = 7.76%
G = 11.64%
B = 80.6%

CMYK

 C value IS 0.90

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121BBB (or 0x121BBB) is known color: Persian Blue. HEX triplet: 12, 1B and BB. RGB value is (18,27,187). Sum of RGB (Red+Green+Blue) = 18+27+187=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #121BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121BBB is #EDE444. Grayscale: #292929. Windows color (decimal): -15590469 or 12262162. OLE color: 12262162.

HSL color Cylindrical-coordinate representation of color #121BBB: hue angle of 236.8º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121BBB is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 27 187 -
CMYK 0.90 0.86 0 0.27
HSL 236.8º 0.82% 0.4% -
HSV(B) 236.8º 0.9% 0.73% -
XYZ 9.61 4.5 47.38 -
YUV 42.55 209.52 110.49 -
System Red Green Blue C M Y K H S L
Decimal 18 27 187 0.90 0.86 0 0.27 236.8 0.82 0.4
Hex 12 1B BB 5A 56 0 1B ED 52 28
Octal 22 33 273 132 126 0 33 355 122 50
Binary 10010 11011 10111011 1011010 1010110 0 11011 11101101 1010010 101000

Color Harmonies of #121BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121BBB

Black with #121BBB

Text Example


Text Example

White with #121BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121BBB; }

 p { color: rgb(18,27,187); }

 H1.HeaderClassName
 {
   color: #121BBB;
 }
 .AnyTagClassName
 {
   color: #121BBB;
 }
</style>

background-color css

<style>
 a { background-color: #121BBB; }

 a { background-color: rgb(18,27,187); }

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

border-color css

<style>
 span { border-color: #121BBB; }

 span { border-color: rgb(18,27,187); }

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