Html Css Color HEX #121CBB Persian Blue

📋 copy color: '#121CBB'

red 18 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #121CBB

Tints of Persian Blue #121CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.02%

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

R = 7.73%
G = 12.02%
B = 80.26%

CMYK

 C value IS 0.90

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#121CBB (or 0x121CBB) is known color: Persian Blue. HEX triplet: 12, 1C and BB. RGB value is (18,28,187). Sum of RGB (Red+Green+Blue) = 18+28+187=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #121CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121CBB is #EDE344. Grayscale: #2A2A2A. Windows color (decimal): -15590213 or 12262418. OLE color: 12262418.

HSL color Cylindrical-coordinate representation of color #121CBB: hue angle of 236.45º 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 #121CBB is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 28 187 -
CMYK 0.90 0.85 0 0.27
HSL 236.45º 0.82% 0.4% -
HSV(B) 236.45º 0.9% 0.73% -
XYZ 9.63 4.55 47.38 -
YUV 43.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 18 28 187 0.90 0.85 0 0.27 236.45 0.82 0.4
Hex 12 1C BB 5A 55 0 1B EC 52 28
Octal 22 34 273 132 125 0 33 354 122 50
Binary 10010 11100 10111011 1011010 1010101 0 11011 11101100 1010010 101000

Color Harmonies of #121CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121CBB

Black with #121CBB

Text Example


Text Example

White with #121CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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